scriptonist / hasura-cli-track

CLI plugin which helps track tables in Hasura [NOT OFFICIAL]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hasura-cli-track

Hasura CLI plugin which helps track tables in Hasura [NOT OFFICIAL]

Usage

  1. Download manifest file (manifest.yaml) for the latest release from Github Releases page.
  2. Execute hasura plugins install track --manifest-file <PATH-TO-DOWNLOADED-MANIFEST-FILE>

Example

$ curl -LO https://github.com/scriptonist/hasura-cli-track/releases/download/v0.0.2/manifest.yaml
$ hasura plugins install track --manifest-file manifest.yaml

Track tables

hasura track --endpoint <HASURA_ENDPOINT> tables --database-name <DATABASE_NAME> (supported only on postgres databases)

About

CLI plugin which helps track tables in Hasura [NOT OFFICIAL]

License:Apache License 2.0


Languages

Language:Rust 86.7%Language:Shell 13.3%