mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 09:59:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user