docs: bump hasura cli. chore(k8s): bump hasura cli

This commit is contained in:
Alessandro Pezzè 2021-09-23 19:02:08 +02:00
parent a3aec3971c
commit a1eb0f8e67
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ When you start PokéAPI with the above docker-compose setup, an [Hasura Engine](
```sh
# hasura cli needs to be installed and available in your $PATH: https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html
# hasura cli's version has to be v2.0.0-alpha.5
# hasura cli's version has to be v2.0.8
make hasura-apply
```

View file

@ -30,7 +30,7 @@ spec:
- apt-get update &&
apt-get install -y git curl &&
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash &&
hasura update-cli --version v2.0.0-alpha.5 &&
hasura update-cli --version v2.0.8 &&
git clone https://github.com/PokeAPI/pokeapi.git &&
cd pokeapi &&
git checkout staging &&