You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
following documentation of trying to install with the ask-cli would install the git repo.
Failure to parse arguments. --url should be --template-url. Also, --skill-name is no longer a supported flag.
Addressing these.
(base) CAH-MBP alexa_testing % ask new --template-url https://github.com/alexa/skill-sample-nodejs-sauce-boss.git
Please follow the wizard to start your Alexa skill project ->
? Choose a method to host your skill's backend resources: AWS Lambda
Host your skill code on AWS Lambda (requires AWS account).
? Please type in your skill name: skill-sample-nodejs-sauce-boss
? Please type in your folder name for the skill project (alphanumeric): skill-sample-nodejs-sauce-boss
fatal: Remote branch ask-cli-x not found in upstream origin
[Error]: CliError: Error: Command failed: git clone --branch ask-cli-x https://github.com/alexa/skill-sample-nodejs-sauce-boss.git
/code/alexa_testing/skill-sample-nodejs-sauce-boss --quiet
Possible Solution
One solution might be adding that branch. Though, I'm not sure if there is any difference in how that branch is supposed to function. Alternately, updating documentation.
I'm submitting a...
Expected Behavior
following documentation of trying to install with the ask-cli would install the git repo.
from the documentation
Current Behavior
Failure to parse arguments.
--url
should be--template-url
. Also,--skill-name
is no longer a supported flag.Addressing these.
Possible Solution
One solution might be adding that branch. Though, I'm not sure if there is any difference in how that branch is supposed to function. Alternately, updating documentation.
Steps to Reproduce (for bugs)
see above. following along with documentation.
Context
Your Environment
Node.js and NPM Info
The text was updated successfully, but these errors were encountered: