mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Issue #4948 - add state_output argument to allow override of value configured in master
This commit is contained in:
parent
7062ff4366
commit
309d5c8cde
@ -952,6 +952,14 @@ class SaltCMDOptionParser(OptionParser, ConfigDirMixIn, MergeConfigMixIn,
|
||||
action='store_true',
|
||||
help=('Run the salt command but don\'t wait for a reply')
|
||||
)
|
||||
self.add_option(
|
||||
'--state_output',
|
||||
default='full',
|
||||
dest='state_output',
|
||||
type=str,
|
||||
help=('Override the configured state_output value for minion output'
|
||||
'. Default: full')
|
||||
)
|
||||
self.add_option(
|
||||
'--subset',
|
||||
default=0,
|
||||
|
Loading…
Reference in New Issue
Block a user