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 metadata & database migrations to graphql-engine
 - hasura init - Initialize a directory for Hasura GraphQL engine migrations
 - 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