Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created November 22, 2014 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nodesocket/d36a686289e6a697243f to your computer and use it in GitHub Desktop.
Save nodesocket/d36a686289e6a697243f to your computer and use it in GitHub Desktop.

Commando.io. A simpler way to manage servers online. Commando.io; your first DevOps hire!

Install Notes

  • API token secret key - A valid API token secret key. You may create API tokens on the settings page in the Commando.io web interface.
  • Account alias - Your account alias is simply the subdomain that you access Commando.io with. For example the account alias of https://foo.commando.io is foo.
  • Recipe - The recipe you wish to execute. You may find recipe ids in the in the Commando.io web interface.
  • Server - A single server id. You may find server ids in the modal popup when clicking a server in the Commando.io web interface.
  • Groups - A list of group ids seperated by commas. You may find group ids in the modal popup when clicking a group in the Commando.io web interface.
  • Notes (Optional) - Notes and comments you wish to attach to this execution. Markdown is supported.
  • Halt on stderr (Optional) - If a server returns stderr during execution, halt and prevent the remaining servers from executing the recipe.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment