The "Tina GraphQL Gateway CLI" performs a few functions:
The CLI can be installed as a dev dependency in your project.
Npm:
npm install --save-dev tina-graphql-gateway-cli
Yarn:
yarn add --dev tina-graphql-gateway-cli
Arguments wrapped in <>
in the command name are required.
Arguments wrapped in []
in the command name are optional.
You can get help on any command with -h or --help.
e.g:
yarn tina-gql server:start --help
This will describe how to use the schema:gen-query command.