Hasura CLI: hasura platform:microservice apply¶
Apply changes to microservices
Synopsis¶
Apply changes to the k8s configuration files for a microservice
hasura platform:microservice apply [flags]
Examples¶
# Apply changes to microservices onto cluster aliased 'staging':
$ hasura microservices apply -c staging
# Apply only svc1, svc2 microservices:
$ hasura microservices apply -c staging -s svc1 -s svc2
Options¶
-c, --cluster string cluster alias on which the command has to be executed
--dont-delete do not delete microservices if it's present on cluster but not in project
--dry-run show microservices to be updated, created and deleted, but do not apply on cluster
-h, --help help for apply
-s, --microservice stringArray e.g. -s=svc1 -s=svc2: Will only apply svc1, svc2 to the cluster
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?