📘 Tip
You can also use aptible config:set to set and remove Configuration variables at the same time by passing an empty value:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
📘 Tip
You can also use aptible config:set to set and remove Configuration variables at the same time by passing an empty value:
aptible config:set --app "$APP_HANDLE" \
VAR_TO_ADD=some VAR_TO_REMOVE=
aptible config:unset --app "$APP_HANDLE" \
VAR_TO_REMOVE
Usage:
aptible config:unset VAR ... [flags]
Flags:
--app string App handle
-e, --env string Environment handle (alias)
--environment string Environment handle
Was this page helpful?
