https://github.com/gregnazario/asdf-aptos
asdf support for Aptos CLI
https://github.com/gregnazario/asdf-aptos
Last synced: about 2 months ago
JSON representation
asdf support for Aptos CLI
- Host: GitHub
- URL: https://github.com/gregnazario/asdf-aptos
- Owner: gregnazario
- License: apache-2.0
- Created: 2024-12-12T02:38:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T02:59:21.000Z (3 months ago)
- Last Synced: 2025-03-14T03:30:58.868Z (3 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-aptos [](https://github.com/gregnazario/asdf-aptos/actions/workflows/build.yml) [](https://github.com/gregnazario/asdf-aptos/actions/workflows/lint.yml)
[aptos](https://github.com/gregnazario/asdf-aptos) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add aptos
# or
asdf plugin add aptos https://github.com/gregnazario/asdf-aptos.git
```aptos:
```shell
# Show all installable versions
asdf list-all aptos# Install specific version
asdf install aptos latest# Set a version globally (on your ~/.tool-versions file)
asdf global aptos latest# Now aptos commands are available
aptos --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).
[Thanks goes to these contributors](https://github.com/gregnazario/asdf-aptos/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Greg Nazario](https://github.com/gregnazario/)