diff options
| author | jannfis <jann@mistrust.net> | 2020-08-07 10:07:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 10:07:26 +0200 |
| commit | bcb9322b9916d88ec01468a6e4b9b0bbca23c21f (patch) | |
| tree | a1e202f698843515ef4ee3c3c254ea7b36a408ff /docs | |
| parent | 601e3685018f4f54aa53de100a37f939b50910eb (diff) | |
enhancement: Provide new "run" and "version" commands to the CLI (#14)
* enhancement: Provide new "run" and "version" commands to the CLI
* Also update new usage in the docs
* Also update manifests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install/start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/start.md b/docs/install/start.md index 3033183..5fccbce 100644 --- a/docs/install/start.md +++ b/docs/install/start.md @@ -160,7 +160,7 @@ Grab the binary (it does not have any external dependencies) and run: ```bash export ARGOCD_TOKEN=<yourtoken> -./argocd-image-updater \ +./argocd-image-updater run \ --kubeconfig ~/.kube/config --argocd-server-addr argo-cd.example.com --once |
