OpenFGA CLI (fga) plugin for the asdf version manager, it also works with the mise dev env setup tool.
TODO: adapt this section
bash,curl,tar, and POSIX utilities.
asdf plugin add fga-cli https://github.com/rhamzeh/asdf-fga-cli.gitmise plugin add fga-cli https://github.com/rhamzeh/asdf-fga-cli.git`# 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 --versionCheck asdf readme for more instructions on how to install & manage versions.
# 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 --versionCheck the mise getting started guide for more.
Contributions of any kind welcome! See the contributing guide.