deploy

Deploy an application to an existing private cloud.

Syntax

rumi cloud aws deploy --profile <profile> --name <name> --xar <xar-file> [options]

Options

Option
Short
Description
Default

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

Example

rumi cloud aws deploy \
  --profile my-aws-profile \
  --name my-cloud \
  --xar my-app.xar

See Also

Last updated