Skip to content
New issue

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

Update menu Adds #268

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions abm/lib/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- name: [summary, summarize]
handler: workflow.summarize
help: generate a CSV or markdown table with job metrics for all workflow runs
params: "ID [ID ...] [--markdown]"
params: "ID [ID ...] [--markdown] [-s|--sort-by (tool,runtime,memory)"
- name: ['test']
handler: workflow.test
help: run some test code
Expand Down Expand Up @@ -158,7 +158,7 @@
help: show detailed information about a history
- name: [summarize, summary, table]
handler: history.summarize
params: "ID [ID...] [--markdown]"
params: "ID [ID...] [--markdown] [-s|--sort-by (tool,runtime,memory)]"
help: Generate a CSV or markdown table with runtime metrics for all jobs in the history.
- name: [publish, pub]
handler: history.publish
Expand Down Expand Up @@ -248,9 +248,9 @@
handler: experiment.run
params: "PATH [-r|--run-number N]"
- name: [summarize, summary]
help: summarize metrics to a CSV or TSV file.
help: summarize metrics to a CSV, TSV or markdown file.
handler: experiment.summarize
params: "[-c, --csv, -t, --tsv, --markdown]"
params: "[-c, --csv, -t, --tsv, --markdown] [-s|--sort-by (tool,runtime,memory)]"
- name: [test]
help: playground code
handler: experiment.test
Expand All @@ -268,7 +268,7 @@
handler: invocation.show
- name: [summarize]
help: generate a CSV or markdown table of job metrics for an invocation
params: "ID [--markdown]"
params: "ID [--markdown] [-s|--sort-by (tool, runtime, memory)]"
handler: invocation.summarize
- name: [helm]
help: execute a helm command
Expand Down