Install¶
psc is published on PyPI as panorama-super-cli and ships the psc
command.
Verify:
(psc --version works too. psc version check reports whether a newer release
is available on PyPI.)
psc requires Python 3.12+. It has no external service dependencies for the
offline path; the live path talks to Panorama via
pan-os-python, which is
installed automatically.
Get a config to point it at¶
The fastest way to try psc is offline against an exported config:
- GUI: Device → Setup → Operations → Export named configuration snapshot.
- CLI:
scp export configuration from <panorama> ..., orshow config running | saveand copy it off the box.
Then:
See First run next.