graphql-hive / graphql-hive/console
get statistics about schema coordinate via CLI
Open
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
It would be nice to quickly get information about a schema coordinate via the Hive CLI.
**Example:**
```bash
hive schema:usage \
--coordinate "Organization.contract" \
--period 90d
```
This is the information we currently display for a schema coordinate, we could make it available as both formatted and JSON output via the command.
Contributor guide
Assessment
This issue has not been assessed yet.