## traefik-certs-dumper kv consul Dump the content of Consul. ### Synopsis Dump the content of Consul. ``` traefik-certs-dumper kv consul [flags] ``` ### Options ``` -h, --help help for consul --token string Token for consul. ``` ### Options inherited from parent commands ``` --clean Clean destination folder before dumping content. (default true) --config string config file (default is $HOME/.traefik-certs-dumper.yaml) --connection-timeout int Connection timeout in seconds. --crt-ext string The file extension of the generated certificates. (default ".crt") --crt-name string The file name (without extension) of the generated certificates. (default "certificate") --dest string Path to store the dump content. (default "./dump") --domain-subdir Use domain as sub-directory. --endpoints strings List of endpoints. (default [localhost:8500]) --key-ext string The file extension of the generated private keys. (default ".key") --key-name string The file name (without extension) of the generated private keys. (default "privatekey") --password string Password for connection. --prefix string Prefix used for KV store. (default "traefik") --username string Username for connection. --watch Enable watching changes. ``` ### SEE ALSO * [traefik-certs-dumper kv](traefik-certs-dumper_kv.md) - Dump the content of a KV store. ###### Auto generated by spf13/cobra on 22-Apr-2019