Skip to main content
Version: v3.x beta

Hasura DDN CLI: ddn version

Synopsis

Use this command to print the current version of the CLI. This command can also be used to check if a new version of the CLI is available.

$ ddn version --help
Use this command to print the current version of the CLI. This command can also be used to check if a new version of the CLI is available.

Usage:
ddn version [flags]

Flags:
-h, --help help for version

Global Flags:
--dir string DDN Project directory in which hasura.yaml is present (default ".")
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO")
--no-prompt Do not prompt for required but missing flags
--out string Output format. Can be table, json or yaml. (default "table")
-p, --project string DDN Project name
--supergraph-manifest string SupergraphManifest to use
Loading...