Skip to content

rhamzeh/asdf-fga-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-fga-cli Build Lint

OpenFGA CLI (fga) plugin for the asdf version manager, it also works with the mise dev env setup tool.

Contents

Dependencies

TODO: adapt this section

Install

Add the Plugin:

asdf

asdf plugin add fga-cli https://github.com/rhamzeh/asdf-fga-cli.git

mise

mise plugin add fga-cli https://github.com/rhamzeh/asdf-fga-cli.git`

The fga cli:

asdf

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

# Install specific version
asdf install fga-cli 0.6.2

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

# Now fga cli commands are available
fga --version

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

mise

# Show all installable versions
mise list-all fga-cli

# Install specific version
mise use [email protected]

# Set a version globally (on your ~/.config/mise/config.toml file)
mise use -g fga-cli@latest

# Now fga cli commands are available
fga --version

Check the mise getting started guide for more.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See the Apache-2.0 license

About

OpenFGA CLI plugin for asdf version manager.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages