Change CTS docs to use the `start` subcommand.

This commit is contained in:
Derek Menteer 2022-06-02 09:02:27 -05:00 committed by hashi-derek
parent 196a1c468a
commit 6bd2d760af
2 changed files with 2 additions and 2 deletions

View File

@ -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:
```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.

View File

@ -18,7 +18,7 @@ description: >-
3. Run Consul-Terraform-Sync (CTS).
```shell-session
$ consul-terraform-sync -config-file <config.hcl>
$ consul-terraform-sync start -config-file <config.hcl>
```
4. Check status of tasks. Replace port number if configured in Step 2. See additional API endpoints [here](/docs/nia/api)