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 actions on hasura
 - hasura completion - Generate auto completion code
 - hasura console - Open console to manage database and try out APIs
 - hasura init - Initialize 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 hasura plugins
 - hasura scripts -
 - hasura update-cli - Update the CLI to latest version
 - hasura version - Print the CLI version
 
Auto generated by spf13/cobra
                  Was this page helpful?
                  
                  
                  
                
                
                  Thank you for your feedback!