
salt-call
List of commands for salt-call:
-
salt-call:ai:069c2 Runs Salt command-line interface on minions$ salt-calltry on your machineexplain this command
-
salt-call:ai:bc7ca how do i get all salt grains on my current machine ?$ salt-call grains.items --out=jsontry on your machineexplain this command
-
salt-call:ai:f6183 Get all salt grains on the current machine$ salt-call grains.items --output=jsontry on your machineexplain this command
-
salt-call:tldr:13640 salt-call: Perform a highstate with verbose debugging output.$ salt-call -l debug state.highstatetry on your machineexplain this command
-
salt-call:tldr:484b9 salt-call: Perform a highstate dry-run, compute all changes but don't actually perform them.$ salt-call state.highstate test=truetry on your machineexplain this command
-
salt-call:tldr:c2d9e salt-call: List this minion's grains.$ salt-call grains.itemstry on your machineexplain this command
-
salt-call:tldr:f8d03 salt-call: Perform a highstate on this minion.$ salt-call state.highstatetry on your machineexplain this command