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: about 9 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:16:13.000Z (7 months ago)
- Last Synced: 2025-03-31T08:43:51.441Z (about 1 month 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
[](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
```