snippetbashTip
pyats version — View and upgrade the pyATS installation. More information: <https://developer.cisco.com/pyats/>.
Viewed 0 times
upgradethecommandandclipyatspyats versionview
Problem
How to use the
pyats version command: View and upgrade the pyATS installation. More information: <https://developer.cisco.com/pyats/>.Solution
pyats version — View and upgrade the pyATS installation. More information: <https://developer.cisco.com/pyats/>.Display version of all packages:
pyats version checkDisplay outdated packages:
pyats version check --outdatedUpdate packages to the most recent version:
pyats version updateUpdate or downgrade packages to a specific version:
pyats version update {{version}}Code Snippets
Display version of all packages
pyats version checkDisplay outdated packages
pyats version check --outdatedUpdate packages to the most recent version
pyats version updateUpdate or downgrade packages to a specific version
pyats version update {{version}}Context
tldr-pages: common/pyats version
Revisions (0)
No revisions yet.