Displays information about the deployed service.
serverless info
--stage
or-s
The stage in your service you want to display information about. The default stage is 'dev'.--profile
or-p
The Auth0 Webtasks profile to use when deploying your service. The 'serverless' profile is used by default.
info:info
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.
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.