https://github.com/orcid/asdf-flarectl
asdf repo for flarectl
https://github.com/orcid/asdf-flarectl
Last synced: over 1 year ago
JSON representation
asdf repo for flarectl
- Host: GitHub
- URL: https://github.com/orcid/asdf-flarectl
- Owner: ORCID
- License: other
- Created: 2022-06-28T14:58:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:15:41.000Z (over 2 years ago)
- Last Synced: 2025-01-09T05:20:26.474Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-flarectl [](https://github.com/ORCID/asdf-flarectl/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-flarectl/actions/workflows/lint.yml)
[flarectl](https://github.com/cloudflare/cloudflare-go) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `gzip`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add flarectl https://github.com/ORCID/asdf-flarectl.git
```
flarectl:
```shell
# Show all installable versions
asdf list-all flarectl
# Install specific version
asdf install flarectl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global flarectl latest
# Now flarectl commands are available
flarectl --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).