Skip to content

Files

This branch is 8940 commits behind hasura/graphql-engine:master.

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 18, 2018
Jun 28, 2018
Oct 15, 2018
Oct 16, 2018
Oct 4, 2018
Oct 16, 2018
Aug 6, 2018
Aug 30, 2018
Jun 28, 2018
Jul 3, 2018
Oct 11, 2018
Jul 18, 2018
Jun 28, 2018
Jul 20, 2018
Jul 20, 2018
Aug 6, 2018
Jul 6, 2018

Hasura GraphQL Engine CLI

GoDoc

Installation

Download GraphQL Engine CLI bundled with Hasura CLI

  • Linux/macOS
curl -L https://cli.hasura.io/install.sh | bash

Download using go get

go get github.com/hasura/graphql-engine/cli/cmd/hasura

Build from source

git clone https://github.com/hasura/graphql-engine
cd graphql-engine/cli
make deps
make build
# binaries will be in _output directory

Usage

hasura init --directory <my-project> --endpoint <graphql-endpoint> --access-key <access-key>
cd <my-project>
hasura console

Docs

Read complete docs here.

Contributing

Checkout the contributing guide.