Skip to content
New issue

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

out of date documentation for getting started with aws-cli #12

Open
Intellagent opened this issue May 2, 2020 · 0 comments
Open

out of date documentation for getting started with aws-cli #12

Intellagent opened this issue May 2, 2020 · 0 comments

Comments

@Intellagent
Copy link

I'm submitting a...


[ ] 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.

from the documentation

ask new --url https://github.com/alexa/skill-sample-nodejs-sauce-boss.git --skill-name sauce-boss

Current Behavior

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.

Steps to Reproduce (for bugs)

see above. following along with documentation.

Context

Your Environment

  • Operating System and version: Mac 10.15.4

Node.js and NPM Info

npm --version
6.14.4
npm list -g | grep ask
├─┬ [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected] deduped
│ │ ├── [email protected] deduped
│ ├── [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant