Skip to main content
Version: v2.x

Hasura CLI: connector status

Print the current status of the custom Hasura Data Connector deployment.

Synopsis

Print the status of the custom Hasura Data Connector deployment. Will also print the logs, if they are available, of the image build from the source code from the GitHub repository.

Once the connector is live, you can use the endpoint in a Hasura Cloud project. To do so, the endpoint needs to be added 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 status [connector-name] [flags]

Examples

# fetch deployment status of the custom connector with the name: my-custom-connector:v1
hasura connector status my-custom-connector:v1

Options

-h, --help   help for status

SEE ALSO

Auto generated by spf13/cobra