cloud
Last updated
rumi cloud <environment> <command> [options]# 1. Develop locally
rumi cloud local provision --message-broker activemq
rumi cloud local deploy --xar my-app.xar
# 2. Test in cloud
rumi cloud aws provision --name dev-cloud --region us-east-1
rumi cloud aws deploy --name dev-cloud --xar my-app.xar
# 3. Deploy to production (same commands, different environment)
rumi cloud aws provision --name prod-cloud --region us-west-2
rumi cloud aws deploy --name prod-cloud --xar my-app.xar# General cloud help
rumi cloud --help
# Environment-specific help
rumi cloud local --help
rumi cloud aws --help
# Command-specific help
rumi cloud local provision --help
rumi cloud aws create-network --help