Hasura CLI: hasura¶
hasura
is the CLI that manages every Hasura project.
Synopsis¶
__
/ /_ ____ _ _____ __ __ _____ ____ _
/ __ \ / __ `// ___// / / // ___// __ `/
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
hasura cli manages a Hasura project
hasura [flags]
Options¶
-h, --help help for hasura
--project string hasura project directory where the commands should be executed. (default: current directory)
SEE ALSO¶
- hasura completion - Generate auto completion code
- hasura hub:clone - Clone a project from Hasura Hub
- hasura hub:publish - Publish a hasura project
- hasura hub:quickstart - Get started with a project from Hasura Hub
- hasura hub:search - Search for hasura projects on Hasura Hub
- hasura hub:unpublish - Unpublish a hasura project
- hasura login - Login to hasura.io
- hasura logout - Logout from hasura.io
- hasura platform:api-console - Opens a Console UI connected to a cluster
- hasura platform:cluster - Manage hasura clusters
- hasura platform:conf - Manage configuration on the cluster
- hasura platform:help - Show platform commands
- hasura platform:microservice - Manage microservices on hasura
- hasura platform:migration - Database migrations on Hasura
- hasura platform:secret - Manage secrets on a cluster
- hasura platform:setup - Setup a new Hasura project
- hasura platform:ssh-key - Manage SSH keys on a cluster
- hasura update-cli - Update hasura to latest version
- hasura user-info - Get details for current logged in user
- hasura version - Prints the version of hasura
Auto generated by spf13/cobra
Was this page helpful?