configure

Configure a deployed application.

Syntax

rumi cloud aws configure --profile <profile> --name <name> --section <section> --key <key> --value <value> [options]

Options

Option
Short
Description
Default

--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

Example

rumi cloud aws configure \
  --profile my-aws-profile \
  --name my-cloud \
  --section logging \
  --key level \
  --value DEBUG

See Also

Last updated