Skip to content

voidone-dev/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoidOne CLI

npm version Downloads License

The easiest way to deploy production-ready websites to the VoidOne platform.

See our documentation to get started with the VoidOne platform.

Table of Contents

Click to expand

Installation

VoidOne CLI requires Node.js version 18.0.0 or above. Install it globally with:

npm install -g voidone

For local project installation:

npm install --save-dev voidone

Usage

Once installed, you can use the voidone command or run it through npx:

voidone [command]

# or using npx
npx voidone [command]

# Get help
voidone help

CLI Reference

Deploy a website

Deploy your application to VoidOne:

npx voidone deploy

Authenticate with VoidOne

Log in to your VoidOne account:

npx voidone login

Link a project

Connect your local directory to a VoidOne app:

npx voidone link

Reset configuration

Logout and remove local project configuration:

npx voidone reset

Documentation

For comprehensive documentation and guides, visit:

License

MIT. See LICENSE for more details.

About

VoidOne Command Line Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published