Hasura CLI: hasura platform:microservice remove¶
Remove a microservice from cluster
Synopsis¶
Remove a microservice from the hasura cluster
hasura platform:microservice remove [microservice-name] [flags]
Examples¶
# Remove a microservice called app from your hasura project
$ hasura microservice remove app
Options¶
-c, --cluster string cluster alias on which the command has to be executed
-h, --help help for remove
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?