Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gr1m0h/asdf-soracom
- Owner: gr1m0h
- License: mit
- Created: 2023-03-15T08:28:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:16:13.000Z (17 days ago)
- Last Synced: 2024-10-22T06:56:36.471Z (17 days ago)
- Topics: asdf-plugin, asdf-vm, soracom
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```