diff --git a/docs/reference/cli.md b/docs/reference/cli.md index ea648e78b..05eb23713 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -104,12 +104,6 @@ The service should be running before archiving. Displays some information about the current workspace -### labels - -`usage: kargo labels ` - -Add or remove the labels assigned to the nodes. The node list is read from the environment variable `NODES` and the labels are read for each node from the environment variable `_LABLELS`. - ### pull `usage: kargo pull` @@ -134,16 +128,6 @@ Re-deploys the specified stack. The stack must be defined in the `STACKS` variab This is a convenient command that run the series of commands: `remove`, `configure` and `deploy`. ::: -### update - -`usage: kargo update [--force|-f] ` - -Tells **Kargo** to update the services of the given stack. You can force the update with the option `--force`. - -::: tip -The `--force` flag causes the service’s tasks to be shut down and replaced with new ones. -::: - ### use `usage: kargo use ` diff --git a/kargo b/kargo index c5c4b784d..be3ab033d 100755 --- a/kargo +++ b/kargo @@ -19,7 +19,6 @@ kargo_usage() printf " %-10s %-30s %s\n" "execute" "