# Apollo Puller Executable program which pull [Ctrip Apollo](https://github.com/ctripcorp/apollo) configuration to local files, can be used as a sidecar. ## Usage ```shell apollo-puller -c .config.yaml ``` Example config.yaml: ```yaml # log_level: INFO # worker_threads: 3 dir: "" config_service_url: "" host: type: "HostName" # HostName, HostCidr or Custom apps: - app_id: "" namespaces: - application.properties - application.yaml ``` ## License MulanPSL-2.0.