configure
Last updated
Configure a deployed application.
rumi cloud aws configure --profile <profile> --name <name> --section <section> --key <key> --value <value> [options]--profile
-p
AWS profile to use
Required
--name
-n
Name of the private cloud
Required
--section
-s
Configuration section
Required
--key
-k
Property key
Required
--value
-v
Property value
Required
--region
-r
AWS region
us-east-1
rumi cloud aws configure \
--profile my-aws-profile \
--name my-cloud \
--section logging \
--key level \
--value DEBUGLast updated