mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
chore: add hasura make commands
This commit is contained in:
parent
0a2a72f1ea
commit
13c0712178
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -86,3 +86,9 @@ sync-from-veekun: pull pull-veekun # Copy data from ../pokedex to this repositor
|
|||
|
||||
sync-to-veekun: pull pull-veekun # Copy data from this repository to ../pokedex
|
||||
cp -a ./data/v2/csv/. ${veekun_pokedex_repository}/pokedex/data/csv
|
||||
|
||||
hasura-export: # Export Hasura configuration
|
||||
hasura md export --admin-secret pokemon
|
||||
|
||||
hasura-apply: # Apply local Hasura configuration
|
||||
hasura md apply --admin-secret pokemon
|
||||
|
|
Loading…
Add table
Reference in a new issue