By Developers, For Developers
PDF Pg | Paper Pg | Type | Description | Fixed on | Comments |
---|---|---|---|---|---|
40 | ERROR | ‘ask -v’ needs a capital ‘V’ or —version BTW, thanks for showing the version. That is super helpful in helping readers know where they stand WRT the version used in the book. I’m hoping that the major 2.x version I’m using isn’t too far off from the 1.x version you are using in the book. ~/code/local/build-talking-apps % ask -v (master)build-talking-apps Command Line Interface for Alexa Skill Kit Options: | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
41 | ERROR | ‘ask init’ throws an error. (See below) I got a fresh MBP 13" at the start of 2020, so it doesn’t have any legacy ASK SDK flotsam and jetsam as nearly as I can tell. (Fresh install, not a restore from previous laptop.) ~/code/local/build-talking-apps % ask init (master)build-talking-apps = As I mentioned, this is a fresh install of the ASK SDK. Here’s the output from my installation — no errors apparent at first glance: ~/code/local/build-talking-apps % npm install -g ask-cli (master)build-talking-apps > dtrace-provider@0.8.8 install /Users/scott/.nvm/versions/node/v12.14.1/lib/node_modules/ask-cli/node_modules/dtrace-provider ACTION binding_gyp_ndtp_target_build_ndtp . > jsonpath@1.0.2 postinstall /Users/scott/.nvm/versions/node/v12.14.1/lib/node_modules/ask-cli/node_modules/jsonpath + ask-cli@2.0.1 | 2020-05-18 | My guess is that this is due to ask init becoming ask configure in ASK CLI v2. This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
43 | ERROR | ~/code/local/build-talking-apps % ask init —no-browser (master)build-talking-apps | 2020-05-18 | My guess is that this is because with ASK CLI v2 "ask init" is now "ask configure" and "ask init" now means something else. This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. \n | |
1 | ERROR | Late last week, Amazon released version 2.0.0 of the ASK CLI and version 2.0.1 a few days later. This was done without an announcement or much fanfare, and I only discovered it by accident while trying to update my installed ASK CLI version. This new version of the CLI is significantly different than previous versions that the book is based on. The commands it offers are different and the template project it produces has a different project structure. As a result much of the book, especially as it pertains to project structure and use of the ASK CLI, needs to be updated. And I am actively working through that now for the next beta release. In the meantime, if you’ve already installed the ASK CLI, then do not attempt to update it. Your current version should work just fine as-is until the next beta version is released. If you’ve not yet installed the ASK CLI or if you’ve already updated and have v2.0.0 or higher, then you can roll back to the previous version using `“npm install -g ask-cli@1.7.23” (you may need to do this with “sudo” depending on your OS and permissions settings). I apologize for this inconvenience and was caught off guard by it just as much as you. I’m working to remedy the issue as soon as possible. | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
4 | ERROR | I think the code should reflect ask-cli v2 which is now out of beta. Instead, | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
41 | ERROR | ‘ask init’ now seems to be ‘ask configure’ The process failed due to a lack of Vendor ID on my account. I had to set that up, as well as MFA, and rerun ‘ask configure’ to proceed. == ASK Profile “ThirstyHead” was successfully created. The details are recorded in ask-cli config file (.ask/cli_config) located at your HOME folder. [Time passes. Links are clicked. HTML forms are filled in and submitted. Several confirmation emails are exchanged. A second attempt is attempted…] ~/code/local/build-talking-apps % ask configure (master)build-talking-apps ASK Profile “ThirstyHead” was successfully created. The details are recorded in ask-cli config file (.ask/cli_config) located at your HOME folder. ————————————- Step 2 of 2 : Associate an AWS Profile with ASK CLI ————————————- Complete the IAM user creation with required permissions from the AWS console, then come back to the terminal. Please fill in the “Access Key ID” and “Secret Access Key” from the IAM user creation final page. AWS profile “ask_cli_default” was successfully created. The details are recorded in aws credentials file (.aws/credentials) located at your HOME folder. ————————————- Configuration Complete ————————————- | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
7 | TYPO | With the current version of ask, 2.0.1, the option to check the version is “-V” instead of “-v” | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. | |
7 | ERROR | The command for initial configuration now is “ask configure” instead of “ask init”. | 2020-05-18 | This has been addressed (updated to v2.7.0, specifically) and will be in a new beta coming in the next day or so. |