DDN CLI: ddn auth
Manage Hasura DDN CLI Auth.
Synopsis
Manage Hasura DDN CLI Auth
Available operations
- ddn auth login - Login to DDN
- ddn auth logout - Logout from DDN
- ddn auth print-pat - Prints the PAT to STDOUT
- ddn auth print-promptql-secret-key - Prints the PromptQL secret key to STDOUT
Options
-h, --help help for auth
Options inherited from parent operations
--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")
--timeout int Request timeout in seconds [env: HASURA_DDN_TIMEOUT] (default 100)
Parent operation
- ddn - DDN Command Line Interface