Hasura CLI: hasura platform:microservice status¶
Get status of a microservice
Synopsis¶
Get detailed status of a microservice running on the cluster
hasura platform:microservice status [microservice-name] [flags]
Examples¶
# Get detailed status of the microservice 'app' from default cluster:
$ hasura microservice status app
# Get status for microservice from cluster with alias 'production'
$ hasura microservice status app -c production
Options¶
-c, --cluster string cluster alias on which the command has to be executed
-h, --help help for status
-n, --namespace string use --namespace=hasura for hasura microservices (default "user")
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
SEE ALSO¶
- hasura platform:microservice - Manage microservices on hasura
Auto generated by spf13/cobra
Was this page helpful?