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

https://github.com/aztecprotocol/sandbox-version-manager

Tool to manage sandbox versions
https://github.com/aztecprotocol/sandbox-version-manager

Last synced: 8 months ago
JSON representation

Tool to manage sandbox versions

Awesome Lists containing this project

README

          

## Aztec Sandbox Manager

## Install
Run the following command
```bash
/bin/bash -c "$(curl -fsSL 'https://raw.githubusercontent.com/AztecProtocol/sandbox-version-manager/master/install.sh')"
```

## Usage
```bash
Usage: aztec-sandbox

Commands:
install Install a specific Docker image version
use Set a local version in ~/.aztec/version
run Run docker-compose from ~/.aztec/run
update Update the aztec version manager
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version
```