mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 07:57:55 +01:00
12 lines
257 B
Markdown
12 lines
257 B
Markdown
# salt-run
|
|
|
|
> Frontend for executing salt-runners on minions.
|
|
> More information: <https://docs.saltstack.com/ref/cli/salt-run.html>.
|
|
|
|
- Show status of all minions:
|
|
|
|
`salt-run manage.status`
|
|
|
|
- Show all minions which are disconnected:
|
|
|
|
`salt-run manage.up`
|