-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.txt
More file actions
32 lines (20 loc) · 1.02 KB
/
Copy pathhelp.txt
File metadata and controls
32 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Controls the minicoin environment by forwarding calls to vagrant or executing
a job on machines, operating on the code in the current working environment.
Usage: $(basename $0) <command> [options]
Common commands:
run [options] job [job-args] machine1 machine2 ... [-- extra job-args]
Runs a job on one or more machines using the appropriate remoting mechanism.
list
Quickly lists the available machines, highlighting created machines.
ls [--path path] machine1 [machine2]
Shows the contents of 'path' for each machine.
update
Fetches the latest version of minicoin and rebases the local version to it.
<vagrant-command> [options] [machines...]
status outputs status of the machines
up starts and provisions the machines
halt stops the machines
destroy stops and deletes all traces of the machines
ssh connects to a machine via SSH
For help on any individual command run 'minicoin help <command>'.
To see all commands, run 'minicoin list-commands'.