cardano-graphql-cli
v1.0.0-rc.12
Published
Management tool for managing a Cardano GraphQL deployment
Readme
Cardano GraphQL CLI
Global install from npm
npm i -g cardano-graphql-cli
cgql --helpExecute without installing using npx
npx cardano-graphql-cli --helpBuild from source using yarn
yarn & yarn add-global
cgql --helpDepending on your local environment, you may need to add the yarn global bin to your PATH. The following command is useful for a single terminal session:
export PATH="$(yarn global bin):$PATH"
cgql --help