pyats-shell: add page (#9338)

pull/1/head
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
1 changed files with 16 additions and 0 deletions

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`