Setting the Current Platform
The optional parameter, --platform-name
, can be passed in each of your commands to set the current working platform. However, you can set the environment variable, APPD_CURRENT_PLATFORM
, so that you do not have to pass the current working parameter with each of your commands. You can set this variable using setenv or export. The Enterprise Console will pick up the value if it is present.
If you happen to provide the --platform-name
parameter while APPD_CURRENT_PLATFORM
is set, the value passed through the flag will override the environment variable.