Run Hasura cli
ActionsA GitHub Action to run Hasura cli.
Use cases:
- Manage migrations on the database using
migrate - Export/Import metadata using
metadata
Example Workflow
name: CI
on: [push]
jobs:
hasura_cli:
name: Run Hasura cli
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Check hasura cli version and init
uses: worklifebeyond/hasura-cli-action@master
with:
args: version
Run Hasura cli is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.