@@ -14,14 +14,16 @@ kubectl kots download [app-slug] [flags]
1414This 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 | set to true to 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