mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-08 08:44:24 +03:00
776c550654
Includes version command and makefile integration along with docs command
30 lines
438 B
Markdown
30 lines
438 B
Markdown
## hasura version
|
|
|
|
Print the CLI version
|
|
|
|
### Synopsis
|
|
|
|
Print the CLI version
|
|
|
|
```
|
|
hasura version [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for version
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hasura](hasura.md) - Hasura GraphQL Engine command line tool
|
|
|
|
###### Auto generated by spf13/cobra on 28-Jun-2018
|