mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
1.4 KiB
Executable File
1.4 KiB
Executable File
Read this on the main serverless docs site
Auth0 Webtasks - Info
Displays information about the deployed service.
serverless info
Options
--stageor-sThe stage in your service you want to display information about. The default stage is 'dev'.--profileor-pThe Auth0 Webtasks profile to use when deploying your service. The 'serverless' profile is used by default.
Provided lifecycle events
info:info
Examples
Getting info on a service
serverless info
This example will display information about the deployed service for the default 'dev' stage. It will list the endpoints with the URL for each webtask.
Getting info on a given stage of the service
serverless info --stage prod
This example will display information about the deployed service for the 'prod' stage. It will list the endpoints with the URL for each webtask.
Functions deployed to different stages are different webtasks on the Auth0 Webtasks platform and therefore have distinct URLs.