deploy
Last updated
Deploy an application to an existing private cloud.
rumi cloud aws deploy --profile <profile> --name <name> --xar <xar-file> [options]--profile
-p
AWS profile to use
Required
--name
-n
Name of the private cloud
Required
--xar
-x
Path to the XAR file to deploy
Required
--region
-r
AWS region
us-east-1
rumi cloud aws deploy \
--profile my-aws-profile \
--name my-cloud \
--xar my-app.xarLast updated