commands.sh

salt-call

all

Invoke salt locally on a salt minion.

More info →

Options (1)

-l, --log-levelboolean

Perform a highstate with verbose debugging output

Example: salt-call {{[-l|--log-level]}} debug state.highstate

Examples (4)

Perform a highstate on this minion

salt-call state.highstate

Perform a highstate dry-run, compute all changes but don't actually perform them

salt-call state.highstate test=true

Perform a highstate with verbose debugging output

salt-call [-l|--log-level] debug state.highstate

List this minion's grains

salt-call grains.items
made by @shridhargupta | data from tldr-pages