https://github.com/ivanvc/asdf-woodpecker
asdf Woodpecker package
https://github.com/ivanvc/asdf-woodpecker
Last synced: over 1 year ago
JSON representation
asdf Woodpecker package
- Host: GitHub
- URL: https://github.com/ivanvc/asdf-woodpecker
- Owner: ivanvc
- License: mit
- Created: 2024-08-23T22:58:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T05:18:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T20:52:25.672Z (over 1 year ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-woodpecker [](https://github.com/ivanvc/asdf-woodpecker/actions/workflows/build.yml) [](https://github.com/ivanvc/asdf-woodpecker/actions/workflows/lint.yml)
[woodpecker](https://github.com/woodpecker-ci/woodpecker) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add woodpecker-cli
# or
asdf plugin add woodpecker-cli https://github.com/ivanvc/asdf-woodpecker.git
```
woodpecker:
```shell
# Show all installable versions
asdf list-all woodpecker-cli
# Install specific version
asdf install woodpecker-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global woodpecker-cli latest
# Now woodpecker-cli commands are available
woodpecker-cli --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/ivanvc/asdf-woodpecker/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/ivanvc/)