Add -b/--enable-beta option for enabling beta functionalities.

This commit is contained in:
Darko Poljak 2016-08-15 14:20:35 +02:00
commit 1c07b63f1d
4 changed files with 35 additions and 6 deletions

View file

@ -1,7 +1,8 @@
Changelog
---------
next:
* Core: Add -j, --jobs option for parallel execution and add parallel support for global explorers (Darko Poljak)
* Core: Add -b, --enable-beta option for enabling beta functionalities (Darko Poljak)
* Core: Add -j, --jobs option for parallel execution and add parallel support for global explorers (currently in beta) (Darko Poljak)
* Core: Add derived env vars for target hostname and fqdn (Darko Poljak)
* New type: __keyboard: Set keyboard layout (Carlos Ortigoza)
* Documentation: Re-license types' man pages to GPLV3+ (Dmitry Bogatov, Darko Poljak)

View file

@ -17,7 +17,7 @@ SYNOPSIS
cdist 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]]
[--remote-exec REMOTE_EXEC] [-j [JOBS]] [-b]
[host [host ...]]
cdist shell [-h] [-d] [-v] [-s SHELL]
@ -110,7 +110,12 @@ Configure one or more hosts.
.. option:: -j [JOBS], --jobs [JOBS]
Specify the maximum number of parallel jobs; currently only
global explorers are supported
global explorers are supported (currently in beta)
.. option:: -b, --enable-beta
Enable beta functionalities. Beta functionalities include the
following options: -j/--jobs.
SHELL
-----