aptible config
This command is used to read Configuration variables for an app.
Examples
aptible config --app "$APP_HANDLE"
Synopsis
Usage:
aptible config
Options:
[--app=APP]
[--environment=ENVIRONMENT]
-r, [--remote=REMOTE]
Print an app's current configuration
Warning
The output of this command is shell escaped, meaning if you have included any special characters, they will be shown with an escape character. For instance, if you set
"foo=bar?"
it will be displayed byaptible config
asfoo=bar\?
.If the values do not appear as you expect, you can further confirm how they are set using the JSON output_format, or by inspecting the environment of your container directly using an Ephemeral SSH Sessions.
Updated almost 2 years ago