mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change docs for --static option with JSON - text B
This commit is contained in:
parent
89dd2ec8fb
commit
c33eb813ea
3 changed files with 12 additions and 6 deletions
|
@ -82,8 +82,10 @@ query the minions and check on running jobs. Default: 5
|
|||
.B \-s, \-\-static
|
||||
By default as of version 0.9.8 the salt command returns data to the
|
||||
console as it is received from minions, but previous releases would return
|
||||
data only after all data was received. To only return the data with a hard
|
||||
timeout and after all minions have returned then use the static option.
|
||||
data only after all data was received. Use the static option to only return
|
||||
the data with a hard timeout and after all minions have returned.
|
||||
Without the static option, you will get a separate JSON string per minion
|
||||
which makes JSON output invalid as a whole.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
@ -31762,8 +31762,10 @@ query the minions and check on running jobs. Default: 5
|
|||
.B \-s, \-\-static
|
||||
By default as of version 0.9.8 the salt command returns data to the
|
||||
console as it is received from minions, but previous releases would return
|
||||
data only after all data was received. To only return the data with a hard
|
||||
timeout and after all minions have returned then use the static option.
|
||||
data only after all data was received. Use the static option to only return
|
||||
the data with a hard timeout and after all minions have returned.
|
||||
Without the static option, you will get a separate JSON string per minion
|
||||
which makes JSON output invalid as a whole.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
@ -34,8 +34,10 @@ Options
|
|||
|
||||
By default as of version 0.9.8 the salt command returns data to the
|
||||
console as it is received from minions, but previous releases would return
|
||||
data only after all data was received. To only return the data with a hard
|
||||
timeout and after all minions have returned then use the static option.
|
||||
data only after all data was received. Use the static option to only return
|
||||
the data with a hard timeout and after all minions have returned.
|
||||
Without the static option, you will get a separate JSON string per minion
|
||||
which makes JSON output invalid as a whole.
|
||||
|
||||
.. option:: --async
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue