Skip to main content
Version: v2.x

Hasura CLI: connector list

List all Hasura Cloud Data Connectors owned by the user.

Synopsis

This command lists all custom Hasura Data Connector deployments triggered by the current user. It lists the connector names, endpoints to access, whether the connector is deployed and status of the deployment.

To use an endpoint in a Hasura Cloud project, you need to add it to the metadata, this can be done by following these steps: https://hasura.io/docs/latest/databases/data-connectors/#adding-hasura-graphql-data-connector-agent-to-metadata.

Further Reading:

hasura connector list [flags]

Examples

# list all custom data connectors
hasura connector list

Options

-h, --help   help for list

SEE ALSO

Auto generated by spf13/cobra