# Install LXD
pip install vantage-cli
# Login to Vantage
vantage login
# Check your logged in user
vantage whoami
# Clone and setup
git clone https://github.com/vantagecompute/vantage-cli.git
cd vantage-cli && uv sync
# Login to Vantage
uv run vantage login
vantage cluster create my-slurm-multipass-cluster \
--cloud localhost \
--deploy slurm-multipass-localhost
vantage cluster create my-slurm-lxd-cluster \
--cloud localhost \
--deploy slurm-juju-localhost
vantage cluster create my-slurm-microk8s-cluster \
--cloud localhost \
--deploy slurm-microk8s-locahost
Visit our comprehensive documentation site: vantagecompute.github.io/vantage-cli
- Installation Guide: Detailed setup instructions
- Architecture Overview: How vantage-cli works
- Command Reference: Complete command documentation
- Troubleshooting: Common issues and solutions
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: james@vantagecompute.ai
Copyright © 2025 Vantage Compute Corporation
This project is licensed under the GPLv3 License - see the LICENSE file for details.
Made with ❤️ by Vantage Compute