need a way to set remote.base_path from the command line

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2013-09-17 23:33:30 +02:00
commit 2f70a0d70e
3 changed files with 6 additions and 6 deletions

View file

@ -68,6 +68,8 @@ def commandline():
help='Do not execute code', action='store_true')
parser['config'].add_argument('-o', '--out-dir',
help='Directory to save cdist output in', dest="out_path")
parser['config'].add_argument('-r', '--remote-out-dir',
help='Directory to save cdist output in on the target host', dest="remote_out_path")
parser['config'].add_argument('-p', '--parallel',
help='Operate on multiple hosts in parallel',
action='store_true', dest='parallel')