代码之家  ›  专栏  ›  技术社区  ›  Fahim

ask cli api或lambda不存在

  •  0
  • Fahim  · 技术社区  · 6 年前

    > 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
    
    1 回复  |  直到 6 年前
        1
  •  1
  •   Fahim    6 年前

    > npm install -g ask-cli
    

    我在brew之前安装ask cli。

    推荐文章