An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# asdf-flarectl [![Build](https://github.com/ORCID/asdf-flarectl/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-flarectl/actions/workflows/build.yml) [![Lint](https://github.com/ORCID/asdf-flarectl/actions/workflows/lint.yml/badge.svg)](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).