1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pyats-version.md

21 lines
403 B
Markdown
Raw Normal View History

2022-10-25 08:47:56 -04:00
# 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}}`