All CLI Commands
aptible config:set
This command sets Configuration variables for an App.
Synopsis
Examples
Setting variables
Setting a variable from a file
📘 Setting variables from a file is a convenient way to set complex variables that contain spaces, newlines, or other special characters.
❗️ Warning: When setting variables from a file using PowerShell, you need to use
Get-Content
with the-Raw
option to preserve newlines.
Deleting variables
To delete a variable, set it to an empty value:
Was this page helpful?