1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

pyats-shell: add page (#9338)

This commit is contained in:
Barry Weiss 2022-10-26 10:22:30 -04:00 committed by GitHub
parent 6c6b23750a
commit cce6775dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# pyats shell
> Start a pre-loaded pyATS interactive Python Shell to save time in prototyping.
> More information: <https://pubhub.devnetcloud.com/media/genie-docs/docs/cli/genie_shell.html>.
- Open pyATS shell with a defined Testbed file:
`pyats shell --testbed-file {{path/to/testbed.yaml}}`
- Open pyATS shell with a defined Pickle file:
`pyats shell --pickle-file {{path/to/pickle.file}}`
- Open pyATS with IPython disabled:
`pyats shell --no-ipython`