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

feat: add support for template-branch parameter in new command #155

Merged
merged 3 commits into from
May 1, 2020

Conversation

kakhaUrigashvili
Copy link
Contributor

add support for template-branch parameter in new command

Example:

ask new --template-url https://github.com/kakhaUrigashvili/skill-sample-nodejs-hello-world.git --template-branch develop
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).
[Warn]: CLI is about to download the skill template from unofficial template https://github.com/kakhaUrigashvili/skill-sample-nodejs-hello-world.git. Please make sure you understand the source code to best protect yourself from malicious usage.
? Would you like to continue download the skill template?  Yes
? Please type in your skill name:  skill-sample-nodejs-hello-world
? Please type in your folder name for the skill project (alphanumeric):  skill-sample-nodejs-hello-world
Project for skill "skill-sample-nodejs-hello-world" is successfully created at /Users/kakuri/Git/alexa-skill-cli-deploy/skill-sample-nodejs-hello-world

Project initialized with deploy delegate "@ask-cli/lambda-deployer" successfully.

docs/concepts/New-Command.md Show resolved Hide resolved
lib/commands/option-model.json Outdated Show resolved Hide resolved
@kakhaUrigashvili kakhaUrigashvili merged commit 426edfb into develop May 1, 2020
@kakhaUrigashvili kakhaUrigashvili deleted the template-branch branch May 1, 2020 18:13
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

Successfully merging this pull request may close these issues.

2 participants