DDN CLI: ddn command
Perform Command related operations.
Synopsis
Perform Command related operations
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