release environments config-get

Command reference doc for the Release CLI

Get an environment's current config and prints it to standard output

release environments config-get [flags]

Examples


Save environment config to a file:
> release environments config-get --app backend --environment staging > config.yaml

Get a single field (using [yq](https://mikefarah.gitbook.io/yq/)):
> release environments config-get --app backend --environment staging | yq '.resources.cpu.limits

Options

--account <string>

Account name or ID (default: $RELEASE_ACCOUNT or "account" in config file)

--app <string>

App name or ID (default: $RELEASE_APP or "app" in config file)

--environment <string>

Environment handle or ID

Options inherited from parent commands

--config <string>

config file (default is $HOME/.release.yaml)

--debug

enable debug logging

Last updated