HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pyats version — View and upgrade the pyATS installation. More information: <https://developer.cisco.com/pyats/>.

Submitted by: @import:tldr-pages··
0
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 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}}

Code Snippets

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}}

Context

tldr-pages: common/pyats version

Revisions (0)

No revisions yet.