voidone
v1.0.1
Published
VoidOne Command Line Interface
Downloads
287
Readme
VoidOne CLI
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
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.