Skip to content

Commit 55b7aa2

Browse files
sgalsalehajp-io
andauthored
Document the ability to download the application archive of any version including the currently deployed one (#2818)
* Document the ability to download the application archive of any version including the currently deployed one --------- Co-authored-by: Alex Parker <[email protected]>
1 parent 8a1d350 commit 55b7aa2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/reference/kots-cli-download.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ kubectl kots download [app-slug] [flags]
1414
This command supports all [global flags](kots-cli-global-flags) and also:
1515

1616

17-
| Flag | Type | Description |
18-
|:----------------------|------|-------------|
19-
| `--decrypt-password-values` | bool | decrypt password values to plaintext |
20-
| `--dest` | string | the directory to store the application in _(defaults to current working dir)_ |
21-
| `-h, --help` | | help for download |
22-
| `-n, --namespace` | string | the namespace to download from _(default `"default"`)_ |
23-
| `--overwrite` | | overwrite any local files, if present |
24-
| `-o, --output` | string | output format (currently supported: json) _(defaults to plain text if not set)_ |
17+
| Flag | Type | Description |
18+
|:----------------------------|--------|-----------------------------------------------------------------------------------------------------------------------|
19+
| `--decrypt-password-values` | bool | decrypt password values to plaintext |
20+
| `--dest` | string | the directory to store the application in _(defaults to current working dir)_ |
21+
| `--current` | bool | download the archive of the currently deployed app version |
22+
| `--sequence` | int | sequence of the app version to download the archive for (defaults to the latest version unless --current flag is set) |
23+
| `-h, --help` | | help for download |
24+
| `-n, --namespace` | string | the namespace to download from _(default `"default"`)_ |
25+
| `--overwrite` | | overwrite any local files, if present |
26+
| `-o, --output` | string | output format (currently supported: json) _(defaults to plain text if not set)_ |
2527

2628
## Example
2729
```bash

0 commit comments

Comments
 (0)