Tencent-SCF - Info

Displays information about the deployed service, such as runtime, region, stage and function list.

serverless info

Options

  • --stage or -s The stage in your service you want to display information about.
  • --region or -r The region in your stage that you want to display information about.

Provided lifecycle events

  • info:info

Examples

$ sls info
Serverless:

Service Information
service: my-service
stage: dev
region: ap-guangzhou

Deployed functions:
  my-service-dev-function_one

Undeployed function:
  my-service-dev-function_two
Edit this page

Tencent-SCF - Info

Displays information about the deployed service, such as runtime, region, stage and function list.

serverless info

Options

  • --stage or -s The stage in your service you want to display information about.
  • --region or -r The region in your stage that you want to display information about.

Provided lifecycle events

  • info:info

Examples

$ sls info
Serverless:

Service Information
service: my-service
stage: dev
region: ap-guangzhou

Deployed functions:
  my-service-dev-function_one

Undeployed function:
  my-service-dev-function_two