mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
docs: bump hasura cli. chore(k8s): bump hasura cli
This commit is contained in:
parent
a3aec3971c
commit
a1eb0f8e67
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue