Skip to content

Commit 5b20272

Browse files
author
Replicated Release Pipeline
committed
Update Replicated CLI docs for v0.129.0
1 parent 3ae48a7 commit 5b20272

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/reference/replicated-cli-channel-rm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Remove (archive) a channel
77
Remove (archive) a channel
88

99
```
10-
replicated channel rm CHANNEL_ID [flags]
10+
replicated channel rm CHANNEL_ID_OR_NAME [flags]
1111
```
1212

1313
### Aliases

docs/reference/replicated-cli-release-create.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ replicated release create [flags]
3838
--fail-on string The minimum severity to cause the command to exit with a non-zero exit code. Supported values are [info, warn, error, none]. (default "error")
3939
-h, --help help for create
4040
--lint Lint a manifests directory prior to creation of the KOTS Release.
41+
--no-upload Build the release locally but do not upload it. Use with --output-dir to inspect or reuse the staged artifacts. Cannot be used with --promote.
4142
-o, --output string The output format to use. One of: json|table (default "table")
43+
--output-dir string Stage the release artifacts (packaged charts and manifests) to this directory. Existing contents of the directory are removed before each run. The directory is preserved after the command completes.
4244
--promote string Channel name (case sensitive) or id to promote this release to
4345
--release-notes string When used with --promote <channel>, sets the **markdown** release notes
4446
--required When used with --promote <channel>, marks this release as required during upgrades.

docs/reference/replicated-cli-release-image-ls.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ replicated release image ls --channel Stable --keep-proxy
2929
### Options
3030

3131
```
32-
--channel string The channel name, slug, or ID (required)
33-
-h, --help help for ls
34-
--keep-proxy Keep proxy registry domain in image names instead of stripping it
35-
--version string The specific semver version to get images for (optional, defaults to current release)
32+
--channel string The channel name, slug, or ID (required)
33+
-h, --help help for ls
34+
--include-installer-images string Include installer images in the output (valid values: online, airgap)
35+
--keep-proxy Keep proxy registry domain in image names instead of stripping it
36+
--version string The specific semver version to get images for (optional, defaults to current release)
3637
```
3738

3839
### Options inherited from parent commands

0 commit comments

Comments
 (0)