-
Notifications
You must be signed in to change notification settings - Fork 6
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
ServerlessError: In the command you just typed, the "function" is valid but "prune" is not. #12
Comments
+1 |
I've just gotten the same error. |
And your s-project.json contains the "serverless-lambda-prune-plugin" in plugins, right? |
Yes it does. My Plugin array reads as follows:
Maybe there is some complication with one of the other plugins, of v 0.5.5 |
@rentrop then it's interesting; for me works fine (with a different set of plugins). |
@rentrop that list doesn't contain "serverless-lambda-prune-plugin", double check ..? |
@benaghaeipour now it works. Thanks. Just added wrote a pull-request as it is not mentioned in the installation guide - and i forgot it... |
After installing the function in my project root via
npm install serverless-lambda-prune-plugin
i do runsls function prune
and get the following error:What am i doing wrong?
Here is the full error:
I am running serverless v 0.5.5
The text was updated successfully, but these errors were encountered: