Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gr1m0h/asdf-soracom

soracom-cli plugin for asdf version manager https://github.com/asdf-vm/asdf
https://github.com/gr1m0h/asdf-soracom

asdf-plugin asdf-vm soracom

Last synced: 15 days ago
JSON representation

soracom-cli plugin for asdf version manager https://github.com/asdf-vm/asdf

Awesome Lists containing this project

README

        

[![Build](https://github.com/gr1m0h/asdf-soracom/actions/workflows/build.yaml/badge.svg)](https://github.com/gr1m0h/asdf-soracom/actions/workflows/build.yaml)

# asdf-soracom

[soracom-cli](https://github.com/soracom/soracom-cli) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager

## Operations

Install the plugin:

```
asdf plugin add soracom
```

List of versions available:

```
asdf list all soracom
```

Install the CLI:

```
asdf install soracom latest
asdf global soracom latest
```

Update the CLI:

```
asdf plugin-update soracom
asdf install soracom latest
asdf global soracom latest
# optional # asdf uninstall soracom OLD_VERSION
```