Closed alansemenov closed 4 months ago
After release of CLI 2.8, sandbox create command will ask for a template to be used for the new sandbox. This doesn't work well in our CI/CD script. Add --skip-template argument which will skip the prompt for sandbox template.
sandbox create
--skip-template
After release of CLI 2.8,
sandbox create
command will ask for a template to be used for the new sandbox. This doesn't work well in our CI/CD script. Add--skip-template
argument which will skip the prompt for sandbox template.