|
1 | 1 | cfncluster is an example framework for launching clusters. |
2 | 2 |
|
3 | | - usage: cfncluster [-h] [--config CONFIG_FILE] [--region REGION] [--nowait] |
4 | | - {create,update,delete,status,list,instances,version} |
| 3 | + usage: cfncluster [-h] |
| 4 | + {create,update,delete,start,stop,status,list,instances,ssh,configure,version} |
5 | 5 | ... |
6 | 6 |
|
7 | | - cfncluster is the a tool to launch and manage cluster. |
| 7 | + cfncluster is a tool to launch and manage a cluster. |
8 | 8 |
|
9 | 9 | positional arguments: |
10 | | - {create,update,stop,delete,status,list,instances,sshmaster} |
| 10 | + {create,update,delete,start,stop,status,list,instances,ssh,configure,version} |
11 | 11 | create creates a cluster |
12 | 12 | update update a running cluster |
13 | 13 | delete delete a cluster |
| 14 | + start start the compute fleet that has been stopped |
| 15 | + stop stop the compute fleet, but leave the master server |
| 16 | + running for debugging/development |
14 | 17 | status pull the current status of the cluster |
15 | 18 | list display a list of stacks associated with cfncluster |
16 | 19 | instances display a list of all instances in a cluster |
17 | | - version display the version of cfncluster cli |
| 20 | + ssh connect to the master server using SSH |
| 21 | + configure creating initial cfncluster configuration |
| 22 | + version display version of cfncluster |
18 | 23 |
|
19 | 24 | optional arguments: |
20 | 25 | -h, --help show this help message and exit |
21 | | - --config CONFIG_FILE, -c CONFIG_FILE |
22 | | - specify a alternative config file |
23 | | - --region REGION, -r REGION |
24 | | - specify a specific region to connect to |
25 | | - --nowait, -nw do not wait for stack events, after executing stack |
26 | | - command |
| 26 | + |
| 27 | + For command specific flags run cfncluster [command] --help |
0 commit comments