Is it possible to use Alexa Skill Kit's ASK CLI deploy command to build, for example, a debug version of the app that deploys a development environment and a release version of the app that deploys to a test environment?
My team and I are trying to deploy the same skill to two different environments, so our testing team can do their thing in the test environments and development can do their thing in the development environment.
This will be a private skill so using http://developer.amazon.com separation of test and "prod" via publishing the application is not an option.
ask deploy, then backs out those test configurations whenask deployis finished. - Cole