Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lakshmi-kannan/0c890a27571e86b19814a529c7d15b2c to your computer and use it in GitHub Desktop.
Save lakshmi-kannan/0c890a27571e86b19814a529c7d15b2c to your computer and use it in GitHub Desktop.
[vagrant@st2test ~]$ st2 run core.local cmd=date
.
id: 573a5c0955fc8c20eb55206a
status: succeeded
parameters:
cmd: date
result:
failed: false
return_code: 0
stderr: ''
stdout: Mon May 16 23:47:21 UTC 2016
succeeded: true
[vagrant@st2test ~]$ uname -a
Linux st2test 2.6.32-573.el6.x86_64 #1 SMP Thu Jul 23 15:44:03 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[vagrant@st2test ~]$ cat /etc/redhat-release
CentOS release 6.7 (Final)
[vagrant@st2test ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment