| Crates.io | apollo-puller |
| lib.rs | apollo-puller |
| version | 0.1.1 |
| created_at | 2022-01-25 04:45:58.699716+00 |
| updated_at | 2022-01-25 04:53:27.997148+00 |
| description | Executable program which pull Ctrip Apollo configuration to local files, can be used as a sidecar. |
| homepage | |
| repository | https://github.com/jmjoy/apollo-puller |
| max_upload_size | |
| id | 520595 |
| size | 64,251 |
Executable program which pull Ctrip Apollo configuration to local files, can be used as a sidecar.
apollo-puller -c .config.yaml
Example config.yaml:
# log_level: INFO
# worker_threads: 3
dir: "<dir of configurations>"
config_service_url: "<url of apollo config service>"
host:
type: "HostName" # HostName, HostCidr or Custom
apps:
- app_id: "<apollo app id>"
namespaces:
- application.properties
- application.yaml
MulanPSL-2.0.