Skip to content

mise-plugins/asdf-yamlfmt

Repository files navigation

asdf-yamlfmt

Build Lint

yamlfmt plugin for the asdf version manager.
Tested also mise.

Dependencies

  • asdf-vm or mise
  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add yamlfmt https://github.com/kachick/asdf-yamlfmt.git

short-name is also available if you turn off disable_plugin_short_name_repository

asdf plugin add asdf-yamlfmt

yamlfmt:

# Show all installable versions
asdf list-all yamlfmt

# Install specific version
asdf install yamlfmt latest

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

yamlfmt -help

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

Contributing

Contributions of any kind welcome! See the contributing guide.

License

See LICENSE