structurizr-cli plugin for the asdf version manager.
bash
,curl
,unzip
: generic POSIX utilities.java
: At runtime can be provided by asdf java plugin, for development (asdf plugin test
command) needs to be put on path separateSOME_ENV_VAR
: set this environment variable in your shell config to load the correct version of tool x.
Plugin:
asdf plugin add structurizr-cli
# or
asdf plugin add structurizr-cli https://github.com/ninjapanzer/asdf-structurizr-cli.git
structurizr-cli:
# Show all installable versions
asdf list-all structurizr-cli
# Install specific version
asdf install structurizr-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global structurizr-cli latest
# Now structurizr-cli commands are available
structurizr-cli
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Alexander Moosbrugger