Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fnando/asdf-stellar-cli

Stellar CLI plugin for asdf version manager
https://github.com/fnando/asdf-stellar-cli

asdf asdf-plugin soroban stellar

Last synced: 11 days ago
JSON representation

Stellar CLI plugin for asdf version manager

Awesome Lists containing this project

README

        

# asdf-stellar-cli [![Build](https://github.com/fnando/asdf-stellar-cli/actions/workflows/build.yml/badge.svg)](https://github.com/fnando/asdf-stellar-cli/actions/workflows/build.yml) [![Lint](https://github.com/fnando/asdf-stellar-cli/actions/workflows/lint.yml/badge.svg)](https://github.com/fnando/asdf-stellar-cli/actions/workflows/lint.yml)

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

# Contents

- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)

# Dependencies

- `bash`, `curl`, `tar`, and
[POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).

# Install

Plugin:

```shell
asdf plugin add stellar https://github.com/fnando/asdf-stellar-cli.git
```

stellar-cli:

```shell
# Show all installable versions
asdf list-all stellar

# Install specific version
asdf install stellar latest

# Set a version globally (on your ~/.tool-versions file)
asdf global stellar latest

# Now stellar-cli commands are available
stellar --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/fnando/asdf-stellar-cli/graphs/contributors)!

# License

See [LICENSE](LICENSE) © [Nando Vieira](https://github.com/fnando/)