release download
Download the config manifest file for a release.
Note: This command is the same as the release inspect
command for applications that are not packaged with Replicated.
Usage
replicated release download SEQUENCE -d ./appyaml
Flag | Type (if applicable) | Description |
---|---|---|
-d, --dest | string | Directory where release manifests should be downloaded. |
-h, --help | Help for the command. | |
--app | string | The app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable. |
--token | string | The API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable. |
Examples
replicated release download 9 -d ./appyaml
• Fetching Release 9 ✓
• Writing files to ./appyaml
• config-map.yaml
• config.yaml
• deployment.yaml
• fluentd.yaml
• nginx2.yaml
• preflight.yaml
• redis.yaml
• replicated-app.yaml
• service.yaml
• support-bundle.yaml