Execute commands and assert state on remote salt minions. More information: https://docs.saltstack.com/ref/cli/salt.html.
salt '*' test.ping
salt '*' state.highstate
salt '*.example.com' pkg.upgrade
salt '{{minion_id}}' cmd.run "ls "