Hasura CLI: hasura platform:microservice list

List the microservices running in a cluster

Synopsis

List the custom and Hasura microservices in a cluster, along with their running status and HTTP endpoint (if any)

hasura platform:microservice list [flags]

Alias: ls

Examples

# List the microservices running in the staging cluster
$ hasura microservices list -c staging

Options

-c, --cluster string     cluster alias on which the command has to be executed
-h, --help               help for list
-n, --namespace string   restrict only to one namespace (user, hasura)

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

Auto generated by spf13/cobra