1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

pyats:add new page (#8480)

This commit is contained in:
Barry Weiss 2022-09-11 11:38:16 -04:00 committed by GitHub
parent a2e2dfb7e9
commit 453fa5d6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/pyats.md Normal file
View 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`