View service list
List cloud hosting services
Basic Usage
Enter the following command to view the list of cloud hosting services in the current environment:
tcb cloudrun list
Advanced Usage
Manually specify relevant parameters to filter the service list:
tcb cloudrun list -e <Environment ID> --pageSize 20 --pageNum 2 --serviceName <Service Name> --serverType container
Command Line Parameters
The supported command line parameters are as follows:
Options:
-e, --envId <envId> Environment ID
--pageSize <pageSize> Number of items per page (default: 10)
--pageNum <pageNum> Page number (default: 1)
--serviceName <serviceName> Filter by service name
--serverType <serverType> Service type filter (options: function | container)
-h, --help Display command help information