From cce6775dd05bdc58a1d251a95a88080800ba1176 Mon Sep 17 00:00:00 2001 From: Barry Weiss <81769500+barweiss45@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:22:30 -0400 Subject: [PATCH] pyats-shell: add page (#9338) --- pages/common/pyats-shell.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/pyats-shell.md diff --git a/pages/common/pyats-shell.md b/pages/common/pyats-shell.md new file mode 100644 index 0000000000..462299f060 --- /dev/null +++ b/pages/common/pyats-shell.md @@ -0,0 +1,16 @@ +# pyats shell + +> Start a pre-loaded pyATS interactive Python Shell to save time in prototyping. +> More information: . + +- 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`