Hasura CLI plugin which helps track tables in Hasura [NOT OFFICIAL]
- Download manifest file (
manifest.yaml
) for the latest release from Github Releases page. - Execute
hasura plugins install track --manifest-file <PATH-TO-DOWNLOADED-MANIFEST-FILE>
$ curl -LO https://github.com/scriptonist/hasura-cli-track/releases/download/v0.0.2/manifest.yaml
$ hasura plugins install track --manifest-file manifest.yaml
hasura track --endpoint <HASURA_ENDPOINT> tables --database-name <DATABASE_NAME>
(supported only on postgres databases)