mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* *: replace dead more informtion links * dolt * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
12 lines
268 B
Markdown
12 lines
268 B
Markdown
# salt-run
|
|
|
|
> Frontend for executing salt-runners on minions.
|
|
> More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-run.html>.
|
|
|
|
- Show status of all minions:
|
|
|
|
`salt-run manage.status`
|
|
|
|
- Show all minions which are disconnected:
|
|
|
|
`salt-run manage.up`
|