Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with latest version of serverless (1.60.5) #14

Open
oolooroo opened this issue Jan 9, 2020 · 0 comments
Open

Not compatible with latest version of serverless (1.60.5) #14

oolooroo opened this issue Jan 9, 2020 · 0 comments

Comments

@oolooroo
Copy link

oolooroo commented Jan 9, 2020

What did you do?
sls env -a abc -v abc

What happened?
Serverless Error ---------------------------------------

"abc" is not a valid sub command. Run "serverless env" to see a more helpful error message for this command.
What should've happened?
An environment.yml file should have been generated with a variable 'abc' of value 'abc'.

What's the content of your serverless.yml file?

service: test

provider:
name: aws
runtime: nodejs12.x

functions:
hello:
handler: handler.hello
What's the output you get when you use the SLS_DEBUG=* environment variable (e.g. SLS_DEBUG=* serverless deploy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant