This is a Ruby api client for CloudBolt.
$ gem build cloudbolt.gemspec
$ gem install cloudbolt-{VERSION}.gem
$ cb_deploy_blueprint --proto https \
--host 'cloudbolt.example.com' \
--port 443 \
--user cloudbolt \
--pass 'password' \
--group-id 12 \
--deploy-items '[]' \
--wait \
--wait-time 5
$ cb_decom_blueprint --proto https \
--host 'cloudbolt.example.com' \
--port 443 \
--user cloudbolt \
--pass 'password' \
--group-id 12 \
--decom-items '[]' \
--wait \
--wait-time 5
This project is licensed under the terms of the MIT license located in LICENSE.md.
By contributing to this project, you are agreeing to release your contributions under the MIT License.