|
|
@ -16,7 +16,7 @@ Consul-Terraform-Sync (CTS) is controlled via an easy to use command-line interf |
|
|
|
When CTS runs as a daemon, there is no default configuration to start CTS. You must set a configuration flag -config-file or -config-dir. For example: |
|
|
|
When CTS runs as a daemon, there is no default configuration to start CTS. You must set a configuration flag -config-file or -config-dir. For example: |
|
|
|
|
|
|
|
|
|
|
|
```shell-session |
|
|
|
```shell-session |
|
|
|
$ consul-terraform-sync -config-file=config.hcl |
|
|
|
$ consul-terraform-sync start -config-file=config.hcl |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
To review a list of available flags, use the `-help` or `-h` flag. |
|
|
|
To review a list of available flags, use the `-help` or `-h` flag. |
|
|
|