Skip to content

Commit

Permalink
add snapshot report to dcos cli (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaboka authored and tamarrow committed Jun 30, 2016
1 parent c5faea4 commit 3712b47
Show file tree
Hide file tree
Showing 6 changed files with 615 additions and 7 deletions.
19 changes: 19 additions & 0 deletions cli/dcoscli/data/help/node.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,24 @@ Usage:
[--master-proxy]
(--leader | --master | --mesos-id=<mesos-id> | --slave=<slave-id>)
[<command>]
dcos node snapshot create (<nodes>)...
dcos node snapshot delete <snapshot>
dcos node snapshot download <snapshot> [--location=<location>]
dcos node snapshot (--list | --status | --cancel)
[--json]

Commands:
log
Prints the Mesos logs for the leading master node, agent nodes, or both.
ssh
Establish an SSH connection to the master or agent nodes of your DC/OS
cluster.
snapshot create
Create a snapshot. Nodes can be: ip address, hostname, mesos ID or key words "all", "masters", "agents".
snapshot download
Download a snapshot.
snapshot delete
Delete a snapshot.

Options:
--config-file=<path>
Expand Down Expand Up @@ -50,6 +61,14 @@ Options:
Agent node with the provided ID.
--user=<user>
The SSH user, where the default user [default: core].
--list
List available snapshots.
--status
Print snapshot job status.
--cancel
Cancel a running snapshot job.
--location=<location>
Download a snapshot to a particular location. If not set default to present working directory.
--version
Print version information.

Expand Down

0 comments on commit 3712b47

Please sign in to comment.