Skip to content

gurukulkarni/asdf-hasura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-hasura-cli Build Lint

hasura-cli plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add hasura-cli https://github.com/gurukulkarni/asdf-hasura.git
# OR
asdf plugin add hasura-cli

hasura-cli:

# Show all installable versions
asdf list-all hasura-cli

# Install specific version
asdf install hasura-cli latest

# Set a version globally (on your ~/.tool-versions file)
asdf global hasura-cli latest

# Now hasura-cli commands are available
hasura version

Check asdf readme for more instructions on how to install & manage versions.

Why

The hasura Cli installation is just one of the things that we need but is harder to automate. Hence the Plugin!

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © GuruprasadKulkarni