I just downloaded the new version of the ASK CLI (1.1.0). I also upgraded to the latest version of the AWS CLI (1.14). The ASK CLI does not seem to work. The "clone" command does not provide a list of my skills and the "deploy" command (after using "new" to create a test skill) hangs. My aws.cli looks like this:
{ "profiles": { "default": { "aws_profile": "default", "token": { "access_token": "Atza|....", "refresh_token": "Atzr|....", "token_type": "bearer", "expires_in": 3600, "expires_at": "2018-02-18T06:12:49.613Z" }, "vendor_id": "XXX...." }, "Developer": { "aws_profile": "default" } } }
What's interesting is that my token is set to expire Feb 18 2018... which doesn't make sense.
Any suggestions?