0

$ sls deploy list functions -s dev

This will display a list of functions that are currently on the remote "dev" environment

Question

Is there a cli helper to see a list the functions that can be executed locally?

Currently I'm looking in my list of definitions (serverless.yml)

1 Answer 1

1

You can use sls info.

Also, you can use sls print which is very similar to cat serverless.yml.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.