mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: backport cloud badge for cli plugins
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9910 GitOrigin-RevId: abc3c2ac271183abf09c1b2c03723053319d7692
This commit is contained in:
parent
d798f74a6e
commit
025785b876
@ -8,8 +8,12 @@ keywords:
|
||||
sidebar_class_name: cloud-icon
|
||||
---
|
||||
|
||||
import ProductBadge from '@site/src/components/ProductBadge';
|
||||
|
||||
# Hasura Data Connector plugin on Hasura Cloud
|
||||
|
||||
<ProductBadge free pro ee />
|
||||
|
||||
This Hasura CLI plugin enables deployment and management of custom
|
||||
[Hasura Data Connector](https://hasura.io/docs/latest/databases/data-connectors/) agents to Hasura Cloud.
|
||||
|
||||
@ -19,30 +23,36 @@ To start deploying Data Connectors using the Data Connector plugin, the followin
|
||||
|
||||
1. Install [Hasura CLI](/hasura-cli/install-hasura-cli.mdx)
|
||||
|
||||
2. Update plugin index
|
||||
```bash
|
||||
hasura plugins list
|
||||
```
|
||||
2. Update plugin index
|
||||
|
||||
```bash
|
||||
hasura plugins list
|
||||
```
|
||||
|
||||
3. Install `cloud` plugin
|
||||
```bash
|
||||
hasura plugins install cloud
|
||||
```
|
||||
|
||||
```bash
|
||||
hasura plugins install cloud
|
||||
```
|
||||
|
||||
4. Authenticate the CLI with Hasura Cloud
|
||||
```bash
|
||||
hasura cloud login
|
||||
```
|
||||
|
||||
```bash
|
||||
hasura cloud login
|
||||
```
|
||||
|
||||
5. Install `connector` plugin
|
||||
```bash
|
||||
hasura plugins install connector
|
||||
```
|
||||
|
||||
```bash
|
||||
hasura plugins install connector
|
||||
```
|
||||
|
||||
6. Verify installation with the `--help` flag
|
||||
```bash
|
||||
hasura connector --help
|
||||
```
|
||||
|
||||
```bash
|
||||
hasura connector --help
|
||||
```
|
||||
|
||||
## Uninstall the Hasura CLI Data Connector plugin
|
||||
|
||||
To uninstall the Hasura CLI Data Connector plugin, use the `uninstall` command:
|
||||
|
@ -9,8 +9,12 @@ sidebar_label: Hasura Pro CLI
|
||||
sidebar_class_name: cloud-icon
|
||||
---
|
||||
|
||||
import ProductBadge from '@site/src/components/ProductBadge';
|
||||
|
||||
# Hasura Pro CLI on Hasura Cloud
|
||||
|
||||
<ProductBadge ee />
|
||||
|
||||
The Hasura Pro CLI is a command line interface that allows you to manage your Hasura Cloud Enterprise projects from the
|
||||
terminal.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user