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-cliYarn:
yarn add --dev tina-graphql-gateway-cliArguments 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 --helpThis will describe how to use the schema:gen-query command.