Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Test Management Tool for creating, running, and debugging tests.
> Some subcommands such as `run`, `try`, etc. have their own usage documentation.
> More information: <https://tmt.readthedocs.io>.
> More information: <https://tmt.readthedocs.io/en/stable/examples.html>.
- List available tests, plans, and stories:
@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create a new test with a template and a link:
`tmt test create --template {{beakerlib}} --link {{verifies:issue#1234}}`
`tmt test create {{[-t|--template]}} {{beakerlib}} --link {{verifies:issue#1234}}`
- List available tests, plans, or stories:
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show detailed test metadata in the given context:
`tmt --context {{arch=aarch64}} test show`
`tmt {{[-c|--context]}} {{arch=aarch64}} test show`
- Validate tmt files against the specification:
@@ -35,7 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Use filter:
`tmt tests ls --filter {{tag:foo}} --filter {{tier:0}}`
`tmt tests ls {{[-f|--filter]}} {{tag:foo}} {{[-f|--filter]}} {{tier:0}}`
- Display help: