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
- Host: GitHub
- URL: https://github.com/aztecprotocol/sandbox-version-manager
- Owner: AztecProtocol
- Created: 2023-09-22T12:31:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T17:08:32.000Z (about 2 years ago)
- Last Synced: 2025-06-05T23:36:17.651Z (9 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```