DDN CLI: ddn command
Perform Command-related operations.
Synopsis
Commands represent actions that can be executed within a data domain. To learn more, check out the docs: https://hasura.io/docs/3.0/reference/metadata-reference/commands/
Alias: commands
Available operations
- ddn command add - Add new Commands to the local metadata
- ddn command list - Lists details about the functions/procedures of DataConnectorLink, and their corresponding Commands
- ddn command remove - Removes Commands (and related metadata) in the local metadata
- ddn command show - Show diff between the command and its corresponding ndc function/procedure
- ddn command update - Update Commands in the local metadata
Options
-h, --help help for command
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