forked from ungleich-public/cdist
Update cdist docs with -j, --jobs option.
This commit is contained in:
parent
5f436f21b8
commit
55b134597a
1 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,10 @@ SYNOPSIS
|
||||||
|
|
||||||
cdist banner [-h] [-d] [-v]
|
cdist banner [-h] [-d] [-v]
|
||||||
|
|
||||||
cdist config [-h] [-d] [-V] [-c CONF_DIR] [-f HOSTFILE] [-i MANIFEST] [-p] [-s] [host [host ...]]
|
config [-h] [-d] [-v] [-c CONF_DIR] [-f HOSTFILE] [-i MANIFEST]
|
||||||
|
[-n] [-o OUT_PATH] [-p] [-s] [--remote-copy REMOTE_COPY]
|
||||||
|
[--remote-exec REMOTE_EXEC] [-j [JOBS]]
|
||||||
|
[host [host ...]]
|
||||||
|
|
||||||
cdist shell [-h] [-d] [-v] [-s SHELL]
|
cdist shell [-h] [-d] [-v] [-s SHELL]
|
||||||
|
|
||||||
|
@ -96,6 +99,11 @@ Configure one or more hosts.
|
||||||
|
|
||||||
Command to use for remote execution (should behave like ssh)
|
Command to use for remote execution (should behave like ssh)
|
||||||
|
|
||||||
|
.. option:: -j [JOBS], --jobs [JOBS]
|
||||||
|
|
||||||
|
Specify the maximum number of parallel jobs; currently only
|
||||||
|
global explorers are supported
|
||||||
|
|
||||||
SHELL
|
SHELL
|
||||||
-----
|
-----
|
||||||
This command allows you to spawn a shell that enables access
|
This command allows you to spawn a shell that enables access
|
||||||
|
|
Loading…
Reference in a new issue