Skip to content

Commit

Permalink
#27 - Improve release-management.md flags description.
Browse files Browse the repository at this point in the history
  • Loading branch information
anovikov-el committed Sep 3, 2024
1 parent 071a957 commit 67e5099
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/configuration/release-management/release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ Additionally, flags are provided for the commands, which allow extending capabil
For example:

```shell
rmk release build --selector app=name
rmk release build
rmk release list --selector app=name
rmk release template --selector app=name --skip-context-switch
rmk release sync --helmfile-log-level=debug --selector app=name
rmk release destroy
```

> The `--skip-context-switch` (`-s`) flag can be used for the commands like `rmk release template` to skip switching to a Kubernetes cluster.
> This might be useful in the situations, when a cluster has not been provisioned yet and its releases and values are being developed.
In a project repository, all the release values files are stored in the `etc/<scope>/<env>/values/` directories.
For example:

Expand Down

0 comments on commit 67e5099

Please sign in to comment.