porter stack
contains commands to interact with Porter Stacks.
my-stack
in the prod
namespace, run the following command:my-stack
in the prod
namespace with secret variables, run the following command:my-stack
in the prod
namespace and link it to the my-web-app
in the same stack, run the following command:--name
(string) name of the stack-n
or --normal
(stringArray) list of normal variables, in the form VAR=VALUE, to set-s
or --secret
(stringArray) list of secret variables, in the form VAR=VALUE, to set--linked-apps
(stringArray) list of apps in the stack to link the env group to--namespace
(string) namespace of the stack (default “default”)