2014-07-27 12:36:19 -07:00
|
|
|
# salt-key
|
2015-10-22 15:31:52 +08:00
|
|
|
|
2014-07-27 12:36:19 -07:00
|
|
|
> Invoke salt locally on a salt minion.
|
2019-05-15 09:21:44 +01:00
|
|
|
> Homepage: <https://www.saltstack.com>.
|
2014-07-27 12:36:19 -07:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Perform a highstate on this minion:
|
2014-07-27 12:36:19 -07:00
|
|
|
|
|
|
|
`salt-call state.highstate`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Perform a highstate dry-run, compute all changes but don't actually perform them:
|
2014-07-27 12:36:19 -07:00
|
|
|
|
|
|
|
`salt-call state.highstate test=true`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Perform a highstate with verbose debugging output:
|
2014-07-27 12:36:19 -07:00
|
|
|
|
|
|
|
`salt-call -l debug state.highstate`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- List this minion's grains:
|
2014-07-27 12:36:19 -07:00
|
|
|
|
|
|
|
`salt-call grains.items`
|