seagull-js / seagull-cli

The best way to start, develop and deploy Seagull Apps.
https://seagull-js.github.io/seagull-cli/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Command: deploy: does not work #26

Closed Anonyfox closed 6 years ago

Anonyfox commented 6 years ago

even when given dedicated credentials via AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, and following a fresh seagull build, I get the follwing error:

Error --------------------------------------------------

  This command can only be run in a Serverless service directory

     For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Forums:        forum.serverless.com
     Chat:          gitter.im/serverless/serverless

  Your Environment Information -----------------------------
     OS:                     darwin
     Node Version:           6.11.2
     Serverless Version:     1.19.0

Error: exec: internal error
    at Object.error (node_modules/shelljs/src/common.js:128:27)
    at Object._exec (node_modules/shelljs/src/exec.js:292:12)
    at Object.exec (node_modules/shelljs/src/common.js:350:23)
    at default_1.execute (seagull-cli/src/commands/deploy.ts:19:15)
    at CLI.executeCommand (node_modules/clime/src/core/cli.ts:373:20)
    at CLI.<anonymous> (node_modules/clime/src/core/cli.ts:177:27)
    at next (native)
    at fulfilled (node_modules/clime/bld/core/cli.js:4:58)

(shortended)