Skip to main content
Version: v3.x beta

Hasura DDN CLI: ddn add connector-manifest

Synopsis

Add a new ConnectorManifest to Subgraph

$ ddn add connector-manifest --help
Add a new ConnectorManifest to Subgraph

Usage:
ddn add connector-manifest <name> [flags]

Aliases:
connector-manifest, ConnectorManifest, cm

Examples:
# Add a ConnectorManifest "mydb" on Subgraph "app" from hub "hasura/postgres" to build on Hasura DDN
ddn add connector-manifest mydb --subgraph app --hub-connector hasura/postgres --type cloud


Flags:
--clean Ignore local cache of connector package
-h, --help help for connector-manifest
--hub-connector hasura/postgres Name and version of connector in Hasura Connector Hub. Currently only hasura/postgres is supported for cloud ConnectorBuild
-s, --subgraph string Subgraph where the ConnectorManifest should be added
--type string One of cloud | endpoints. Whether the ConnectorBuild should be created on Hasura DDN or is already running. Choose 'cloud' by default (required)

Global Flags:
--dir string DDN Project directory in which hasura.yaml is present (default ".")
--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")
-p, --project string DDN Project name
--supergraph-manifest string SupergraphManifest to use
Loading...