Deploy, configure and check the status of your stacks from your command line.
Developers love command line and we love developers! That’s why today we are excited to announce the general availability of Cloud 66 Toolbelt command line tool.
Toolbelt is released as an open source ruby gem, so you know how to deploy and update it better than we do.
Install
gem install c66
Update
gem update c66
Toolbelt automatically detects if there is a new version of the gem so you always get the best and the latest version of it.
With Toolbelt you can see the list of your stack and deploy them from command line. But what we are most excited about is the ability of doing more than our Dashboard UI with it. These include changing the stack’s git repository and branch which has been a high ranking feature request for us.
Commands
init
- Initialize the Toolbelthelp
- Show helplist
- List all stacks under your accountdeploy
- Deploy a stacksettings
- Show the stack settingsset
- Set the value of a stack settingsave
- Link a stack ID with the current folder
Available Settings
git.repository
- Change stack git repository URLgit.branch
- Change stack git repository branch
Find out more about Cloud 66 Command Line Toolbelt
Enjoy!