Skip to main content
Version: v3.x (DDN)

DDN CLI: ddn connector upgrade

Upgrade connector configuration.

Synopsis

Connectors are released on their own cadence; new versions may have new features, fixes, or security updates. To upgrade a connector's version to the latest — or a specific — configuration version, use this command.

ddn connector upgrade [flags]

Examples

# Upgrade Connector to latest version
ddn connector upgrade --connector path/to/connector.yaml

# Upgrade Connector to specific version
ddn connector upgrade --connector path/to/connector.yaml --version v1.2.3

Options

    --ci                     Disables the use of context
--connector string Path to Connector YAML config file
-c, --context string Name of the context to use. (default <current_context>)
--env-file stringArray Path to .env file. Can be repeated to provide multiple env files
-h, --help help for upgrade
--version string Target version for the connector

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