@cardano-graphql/cli

Management tool for managing a Cardano GraphQL deployment

Usage no npm install needed!

<script type="module">
  import cardanoGraphqlCli from 'https://cdn.skypack.dev/@cardano-graphql/cli';
</script>

README

Cardano GraphQL - CLI

Global install from npm

npm i -g @cardano-graphql/cli
cgql --help

Build from source using yarn

yarn & yarn add-global
cgql --help

Depending 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