Skip to main content
Version: v3.x

DDN CLI: ddn connector build create

Create a ConnectorBuild on Hasura DDN.

Synopsis

Create a ConnectorBuild on Hasura DDN

ddn connector build create --connector <path-to-connector-config-file> [flags]

Options

    --ci                             Disables the use of context
--connector string Path to Connector config file
-c, --context string Name of the context to use. (default <current_context>)
-e, --env stringArray Environment variable, e.g. key=val. Can be repeated to provide multiple env vars
--env-file stringArray Path to .env file. Can be repeated to provide multiple env files
-h, --help help for create
-p, --project string DDN Project name
--target-connector-link string DataConnectorLink to update with the schema from the ConnectorBuild
--target-env-file string Path to the env file in which the Build URLs should be updated in
--target-subgraph string Path to Subgraph config file containing target DataConnectorLink
--update-connector-link-schema Update DataConnectorLink schema with the NDC schema of the built connector. (default: false)

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

Loading...