Skip to content

Run Hasura cli

Actions
Run Hasura command line interface
v1
Latest
Star (0)

hasura-cli-action

A GitHub Action to run Hasura cli.

Use cases:

  • Manage migrations on the database using migrate
  • Export/Import metadata using metadata

See Hasura cli documentation

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.

About

Run Hasura command line interface
v1
Latest

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.