You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sls create test -f auth
Serverless Error ---------------------------------------
Serverless command "create test" not found
Run "serverless help" for a list of all available commands.
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: linux
Node Version: 6.11.3
Serverless Version: 1.24.1
The other variables in custom environment file works fine, which I used to define stage, service name, etc.
If I follow the README to define jest plugin and configuration directly in serverless.yml, it works.
The text was updated successfully, but these errors were encountered:
Here is my serverless file which I define the plugin and variable in a custom file
my environment file:
Here is the error I got.
The other variables in custom environment file works fine, which I used to define stage, service name, etc.
If I follow the README to define jest plugin and configuration directly in
serverless.yml
, it works.The text was updated successfully, but these errors were encountered: