Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 668 Bytes

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)