Skip to content

ninjapanzer/asdf-structurizr-cli

 
 

Repository files navigation

asdf-structurizr Build Lint

structurizr-cli plugin for the asdf version manager.

Contents

Dependencies

  • 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 separate
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Alexander Moosbrugger

About

structurizr-cli plugin for the asdf version manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.6%
  • ASL 15.4%