簡體   English   中英

ask-cli api或lambda不存在

[英]ask-cli api or lambda does not exist

我想知道為什么如果我想列出命令,ask-cli不起作用。 有人知道原因嗎? 我可以運行問題部署,並可以在developer.amazon.com上查看和運行我的技能

> ask -v
1.1.2
> ask --help
  Usage: ask [options] [command]

  Command Line Interface for Alexa Skill Management API

  Commands:

    init [options]      initialize the ask-cli with your Amazon developer account credentials
    deploy [options]    deploy a skill to your developer account
    new [options]       create a new skill project on your computer
    clone [options]     clone an existing skill project on your computer
    simulate [options]  simulate a user using your skill
    lambda              list of AWS Lambda commands
    api                 list of Alexa Skill Management API commands
    help [cmd]          display help for [cmd]

> ask lambda

  ask-lambda(1) does not exist, try --help

> ask api

  ask-api(1) does not exist, try --help

通過npm安裝ask-cli后,一切正常。

> npm install -g ask-cli

我在brew之前安裝了ask-cli。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM