Created
May 16, 2016 23:47
-
-
Save lakshmi-kannan/0c890a27571e86b19814a529c7d15b2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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