mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 00:15:49 +02:00
pyats-version: add page (#9319)
This commit is contained in:
parent
560d0edc47
commit
fa29fb7c48
1 changed files with 20 additions and 0 deletions
20
pages/common/pyats-version.md
Normal file
20
pages/common/pyats-version.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# pyats version
|
||||||
|
|
||||||
|
> View and upgrade the pyATS installation.
|
||||||
|
> More information: <https://developer.cisco.com/pyats/>.
|
||||||
|
|
||||||
|
- Display version of all packages:
|
||||||
|
|
||||||
|
`pyats version check`
|
||||||
|
|
||||||
|
- Display outdated packages:
|
||||||
|
|
||||||
|
`pyats version check --outdated`
|
||||||
|
|
||||||
|
- Update packages to the most recent version:
|
||||||
|
|
||||||
|
`pyats version update`
|
||||||
|
|
||||||
|
- Update or downgrade packages to a specific version:
|
||||||
|
|
||||||
|
`pyats version update {{version}}`
|
Loading…
Add table
Reference in a new issue