Skip to content

vantagecompute/v8x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v8x

A modern Python command-line interface for interacting with Vantage Compute.

License Python PyPI

Build Status GitHub Issues Pull Requests GitHub Contributors

Overview

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

Getting Started

  1. Login in Vantage
uvx v8x login
  1. Create a Cloud Account that Represents your On-Premises infrastructure.
uvx v8x cloud account create mydatacenter-west --provider on_prem
  1. 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-team

Documentation

For full command reference, workflows, and operational guides, see:

Support

License

Copyright © 2025 Vantage Compute Corporation

This project is licensed under the GPLv3 License. See LICENSE for details.