https://github.com/orcid/asdf-go-pagerduty
asdf plugin for the go pagerduty client
https://github.com/orcid/asdf-go-pagerduty
Last synced: 14 days ago
JSON representation
asdf plugin for the go pagerduty client
- Host: GitHub
- URL: https://github.com/orcid/asdf-go-pagerduty
- Owner: ORCID
- License: other
- Created: 2022-08-10T15:29:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T10:45:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T12:17:02.273Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-go-pagerduty [](https://github.com/ORCID/asdf-go-pagerduty/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-go-pagerduty/actions/workflows/lint.yml)
[go-pagerduty](https://github.com/ORCID/asdf-go-pagerduty) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `unzip`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add go-pagerduty https://github.com/ORCID/asdf-go-pagerduty.git
```
go-pagerduty:
```shell
# Show all installable versions
asdf list-all go-pagerduty
# Install specific version
asdf install go-pagerduty latest
# Set a version globally (on your ~/.tool-versions file)
asdf global go-pagerduty latest
# Now go-pagerduty commands are available
go-pagerduty --version
```
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).