1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/pyats-shell.md

17 lines
555 B
Markdown
Raw Normal View History

2024-11-02 16:14:48 +09:00
# pyats shell
> 프로토타입 제작 시간을 절약하기 위해 미리 로드된 pyATS 대화형 Python 셸을 시작합니다.
> 더 많은 정보: <https://pubhub.devnetcloud.com/media/genie-docs/docs/cli/genie_shell.html>.
- 정의된 테스트베드 파일과 함께 pyATS 셸 열기:
`pyats shell --testbed-file {{경로/대상/테스트베드.yaml}}`
- 정의된 Pickle 파일과 함께 pyATS 셸 열기:
`pyats shell --pickle-file {{경로/대상/피클.file}}`
- IPython 비활성화 상태로 pyATS 열기:
`pyats shell --no-ipython`