We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We agreed to move our development to cmd3 tool from cmd2. Cloud Metrics will provide cmd3 plugins to work with cmd3.
In this meeting, we defined certain activities to implement:
$ cm FutureGrid - Cloud Mesh Shell ------------------------------------------------------ ... cm> _
Example 2. script file
$ cat scriptfile.txt ### Example of cmd3 command script load metric ... analyze -Y 2013 -m runtime chart -t line -o report.html ... $ cm -f scriptfile.txt ... metric plugin loaded ... ... Analyzing runtime metrics for 2013... ... line chart saved on report.html
Example 3. unix shell command along with parameters
$ cm metric -Y 2013 -m runtime -o report.html ... metric plugin loaded ... Analyzing runtime metrics for 2013... ... line chart saved on report.html
alias "fg-metric"="cm metric $@"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We agreed to move our development to cmd3 tool from cmd2. Cloud Metrics will provide cmd3 plugins to work with cmd3.
In this meeting, we defined certain activities to implement:
Example 1. cmd shell
Example 2. script file
Example 3. unix shell command along with parameters
alias "fg-metric"="cm metric $@"
The text was updated successfully, but these errors were encountered: