components
components copied to clipboard
serverless --help
Feature Proposal
Description
I should be able to run sls --help
(or serverless --help
) to get output of possible commands for the cli. Also I should be able to run sls --version
which will print version of current cli, WHETHER it's called from project folder or not. This is absolute standard, and this behaviour shouldn't be overridden by whatever context.
Currently, in a project folder, by running
sls --version
orsls --help
the deploy process will be started
Similar or dependent issues:
- https://github.com/serverless/serverless/issues/1479
@JerryGreen I take you experience such behavior in components project?
@JerryGreen I take you experience such behavior in components project?
Yes
I am experiencing this behavior as well.