From 9a1180c20791183e7016ef26d945b6def58f7459 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Mon, 6 Apr 2020 12:22:01 -0500 Subject: [PATCH] updated docs for commandline --- engine-cli/src/main/resources/commandline.md | 14 +++++++++++++- .../docs-for-nb/reference/command_line.md | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/engine-cli/src/main/resources/commandline.md b/engine-cli/src/main/resources/commandline.md index 277c145f3..3408b8d3b 100644 --- a/engine-cli/src/main/resources/commandline.md +++ b/engine-cli/src/main/resources/commandline.md @@ -34,10 +34,22 @@ Provide specific help for the named activity type: PROG help -List the available activity types +List the available drivers: --list-drivers +List the available scenarios: + + --list-scenarios + +List only the available workloads which contain the above scenarios: + + --list-workloads + +Copy a workload to your local directory as a starting point: + + --copy-workload + Provide the metrics that are available for scripting --list-metrics [ ] diff --git a/engine-docs/src/main/resources/docs-for-nb/reference/command_line.md b/engine-docs/src/main/resources/docs-for-nb/reference/command_line.md index a2394b62c..dabde16ad 100644 --- a/engine-docs/src/main/resources/docs-for-nb/reference/command_line.md +++ b/engine-docs/src/main/resources/docs-for-nb/reference/command_line.md @@ -39,10 +39,22 @@ Provide specific help for the named activity type: ./nb help -List the available activity types +List the available drivers: --list-drivers +List the available scenarios: + + --list-scenarios + +List only the available workloads which contain the above scenarios: + + --list-workloads + +Copy a workload to your local directory as a starting point: + + --copy-workload + Provide the metrics that are available for scripting --list-metrics [ ]