Add install to cdist man page.
This commit is contained in:
parent
750f90db4c
commit
536a64e56d
1 changed files with 11 additions and 4 deletions
|
@ -11,7 +11,7 @@ SYNOPSIS
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
cdist [-h] [-d] [-v] [-V] {banner,config,shell} ...
|
cdist [-h] [-d] [-v] [-V] {banner,config,shell,install} ...
|
||||||
|
|
||||||
cdist banner [-h] [-d] [-v]
|
cdist banner [-h] [-d] [-v]
|
||||||
|
|
||||||
|
@ -20,6 +20,11 @@ SYNOPSIS
|
||||||
[--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC]
|
[--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC]
|
||||||
[host [host ...]]
|
[host [host ...]]
|
||||||
|
|
||||||
|
cdist install [-h] [-d] [-v] [-b] [-c CONF_DIR] [-f HOSTFILE]
|
||||||
|
[-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH] [-p] [-s]
|
||||||
|
[--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC]
|
||||||
|
[host [host ...]]
|
||||||
|
|
||||||
cdist shell [-h] [-d] [-v] [-s SHELL]
|
cdist shell [-h] [-d] [-v] [-s SHELL]
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,9 +63,9 @@ Displays the cdist banner. Useful for printing
|
||||||
cdist posters - a must have for every office.
|
cdist posters - a must have for every office.
|
||||||
|
|
||||||
|
|
||||||
CONFIG
|
CONFIG/INSTALL
|
||||||
------
|
--------------
|
||||||
Configure one or more hosts.
|
Configure/install one or more hosts.
|
||||||
|
|
||||||
.. option:: -b, --enable-beta
|
.. option:: -b, --enable-beta
|
||||||
|
|
||||||
|
@ -191,6 +196,8 @@ EXAMPLES
|
||||||
usage: __git --source SOURCE [--state STATE] [--branch BRANCH]
|
usage: __git --source SOURCE [--state STATE] [--branch BRANCH]
|
||||||
[--group GROUP] [--owner OWNER] [--mode MODE] object_id
|
[--group GROUP] [--owner OWNER] [--mode MODE] object_id
|
||||||
|
|
||||||
|
# Install ikq05.ethz.ch with debug enabled
|
||||||
|
% cdist install -d ikq05.ethz.ch
|
||||||
|
|
||||||
ENVIRONMENT
|
ENVIRONMENT
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in a new issue