voidone

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i voidone

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

38.8 kB

Total Files

41

Last publish

Collaborators

  • lehuyh