summaryrefslogtreecommitdiff
path: root/doc/leap.md
blob: a1b58f089dab84bf26b6846319e6210edc7be4c2 (plain)
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
33
34
@title = 'Command Line Reference'

The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.


# Global Options

* `--log FILE`  
Override default log file.  
Default Value: None  

* `-v|--verbose LEVEL`  
Verbosity level 0..5  
Default Value: 1  

* `--[no-]color`  
Disable colors in output.  

* `-d|--debug`  
Print full stack trace for exceptions and load `debugger` gem if installed.  

* `--force`  
Like --yes, but also skip prompts that are potentially dangerous to skip.  

* `--help`  
Show this message  

* `--version`  
Display version number and exit.  

* `--yes`  
Skip prompts and assume "yes".