mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 18:15:42 +02:00
pyats:add new page (#8480)
This commit is contained in:
parent
a2e2dfb7e9
commit
453fa5d6f5
1 changed files with 20 additions and 0 deletions
20
pages/common/pyats.md
Normal file
20
pages/common/pyats.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# pyATS
|
||||||
|
|
||||||
|
> A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing.
|
||||||
|
> More information: <https://developer.cisco.com/pyats/>.
|
||||||
|
|
||||||
|
- Run a `pyATS` subcommand:
|
||||||
|
|
||||||
|
`pyats {{subcommand}}`
|
||||||
|
|
||||||
|
- Display version:
|
||||||
|
|
||||||
|
`pyats version check`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pyats --help`
|
||||||
|
|
||||||
|
- Display help about a specific subcommand:
|
||||||
|
|
||||||
|
`pyats {{subcommand}} --help`
|
Loading…
Add table
Reference in a new issue