Hasura CLI: hasura
Hasura GraphQL Engine command line tool.
Synopsis
__
/ /_ ____ _ _____ __ __ _____ ____ _
/ __ \ / __ `// ___// / / // ___// __ `/
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
hasura [flags]
Options
--envfile string .env filename to load ENV vars from (default ".env")
-h, --help help for hasura
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--no-color do not colorize output (default: false)
--project string directory where commands are executed (default: current dir)
--skip-update-check skip automatic update check on command execution
SEE ALSO
- hasura actions - Manage Hasura Actions
- hasura completion - Generate auto-completion code
- hasura console - Open the Console to manage the database and try out APIs
- hasura deploy - (PREVIEW) Utility command to apply Hasura Metadata & database migrations to graphql-engine
- hasura init - Initialize a new Hasura GraphQL Engine project
- hasura metadata - Manage Hasura GraphQL Engine Metadata saved in the database
- hasura migrate - Manage migrations on the database
- hasura plugins - Manage plugins for the CLI
- hasura scripts - Execute helper scripts to manage Hasura Projects
- hasura seed - Manage seed data
- hasura update-cli - Update the CLI to latest or a specific version
- hasura version - Print the CLI version
Auto generated by spf13/cobra