Installation
Quick Start
Initialize your project
Link your local project to a Voyant workspace and project.This creates a
voyant.json configuration file in your project root.What you can do
Authenticate
Login, logout, and manage your Voyant credentials
Project Setup
Initialize, link, and configure projects
Local Development
Authenticate localhost and Payload CMS admin panels
Monitor Deployments
View deployment status across environments
Configuration
Runningvoyant init creates a voyant.json file:
This file is safe to commit to version control — it contains no secrets.
Supported Frameworks
The CLI auto-detects the following frameworks:| Framework | Detection | Default Port |
|---|---|---|
| Next.js | next dependency | 3000 |
| Remix | @remix-run/react dependency | 3000 |
| Nuxt | nuxt dependency | 3000 |
| Astro | astro dependency | 4321 |
| Cloudflare Worker | wrangler.toml or Hono | 8787 |
| Static Site | index.html in root | 3000 |