Hasura CLI: hasura platform:microservice scale¶
Scale a microservice
Synopsis¶
Scale a microservice
hasura platform:microservice scale [microservice-name] [scale-value] [flags]
Examples¶
# Scale a microservice called www:
$ hasura microservice scale www 2
Options¶
-c, --cluster string alias of cluster to connect to
-h, --help help for scale
-n, --namespace string namespace of the microservice (user: custom microservice, hasura: hasura microservice) (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?