cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
Nico Schottelius 9195c9b8e8 Remove ugly argumentparser bug
Before:

[21:09] bento:~% cdist
Traceback (most recent call last):
  File "/home/users/nico/p/cdist/cdist/bin/../scripts/cdist", line 232, in <module>
    commandline()
  File "/home/users/nico/p/cdist/cdist/bin/../scripts/cdist", line 106, in commandline
    args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'

After:

[21:11] bento:~% cdist
usage: cdist [-h] [-d] [-v] [-V] {banner,config} ...

cdist 2.1.1-48-gfd72c60

optional arguments:
  -h, --help       show this help message and exit
  -d, --debug      Set log level to debug
  -v, --verbose    Set log level to info, be more verbose
  -V, --version    Show version

Commands:
  {banner,config}

Get cdist at http://www.nico.schottelius.org/software/cdist/
[21:11] bento:~%

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-07 21:10:57 +02:00
bin Export PYTHONPATH so it's available for the emulator 2012-11-02 16:27:28 +01:00
cdist begin to fix syntax errors of merge 2013-06-03 15:05:43 +02:00
docs (xtaran && lintian)++ 2013-06-03 18:11:19 +02:00
other Archive __autofs types (fixes #116) 2012-11-07 18:22:25 +01:00
scripts Remove ugly argumentparser bug 2013-06-07 21:10:57 +02:00
.gitignore build -> build-helper 2013-06-03 18:13:56 +02:00
.version begin restructering for python package 2012-10-25 23:37:15 +02:00
MANIFEST.in add package data info 2012-10-29 22:18:32 +01:00
Makefile more stuff in the makefile 2013-06-03 22:29:49 +02:00
PKGBUILD.in remove obsolete move 2012-11-15 16:49:00 +01:00
README begin to split off readme 2012-11-01 10:45:39 +01:00
build-helper more stuff in the makefile 2013-06-03 22:29:49 +02:00
setup.py include cdist from the scripts/ directory for shipping 2012-10-30 11:51:27 +01:00

README

cdist
-----

cdist is a usable configuration management system.

For the web documentation have a look at docs/web/.