We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In trtpt_example.ipynb error occurs when executing the following line
trtpt_example.ipynb
!cd ./trtpt_36_2_app && pwd && panorama-cli-dev setup-panorama-service-cli --region PDX --stage Gamma && panorama-cli-dev package-application
because panorama-cli-dev command not found.
panorama-cli-dev
If change panorama-cli-dev to panorama-cli, it complains that setup-panorama-service-cli is not a valid option.
panorama-cli
setup-panorama-service-cli
The text was updated successfully, but these errors were encountered:
Thank you for your report.
We will work in the fix but meanwhile, panorama-cli-dev can be removed from the command I believe.
Sorry, something went wrong.
SuryaKari
shimomut
No branches or pull requests
In
trtpt_example.ipynb
error occurs when executing the following line!cd ./trtpt_36_2_app && pwd && panorama-cli-dev setup-panorama-service-cli --region PDX --stage Gamma && panorama-cli-dev package-application
because
panorama-cli-dev
command not found.If change
panorama-cli-dev
topanorama-cli
, it complains thatsetup-panorama-service-cli
is not a valid option.The text was updated successfully, but these errors were encountered: