v8x provides a streamlined interface to authenticate with Vantage, discover and manage compute resources, and operate cloud or local environments from a single command surface.
Use the CLI for high-level workflows such as:
- logging in and managing profiles
- creating and managing clusters and deployments
- working with app, storage, and cloud account resources
- integrating Vantage operations into automation scripts and CI pipelines
- Login in Vantage
uvx v8x login- Create a Cloud Account that Represents your On-Premises infrastructure.
uvx v8x cloud account create mydatacenter-west --provider on_prem- Create your first cluster using multipass (works on arm64 and amd64)
uvx v8x cluster create slurm-multipass-demo-james \
--app slurm-multipass \
--cloud-account-name mydatacenter-west \
--cluster-type slurm \
--create-teamFor full command reference, workflows, and operational guides, see:
- Issues: https://github.com/vantagecompute/v8x/issues
- Discussions: https://github.com/vantagecompute/v8x/discussions
Copyright © 2025 Vantage Compute Corporation
This project is licensed under the GPLv3 License. See LICENSE for details.