forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommandoio
More file actions
12 lines (10 loc) · 1.09 KB
/
Copy pathcommandoio
File metadata and controls
12 lines (10 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
[Commando.io](https://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.