Skip to main content

CLI Beta only

Note: This feature is currently in Beta.

Overview

The Voiden CLI (Command Line Interface) provides a fast, efficient, and developer-friendly way to interact with Voiden directly from the terminal. It allows users to manage Voiden projects, execute workflows, and automate tasks without relying on a graphical interface.

Designed for productivity and consistency, the Voiden CLI integrates seamlessly into modern development environments and fits naturally into scripts, CI/CD pipelines, and version-controlled workflows.


Why the Voiden CLI Is Important

The Voiden CLI plays a key role in improving developer experience and operational efficiency.

Key Benefits

  • Speed and Efficiency
  • Automation Ready
  • Consistency Across Environments
  • Version Control Friendly
  • Developer-Centric

How To Install CLI In Voiden

install-cli


How To Open

Just open the terminal and type the simple command voiden to launch Voiden

open-voiden

CLI Options and Usage

This section documents the available command-line options and common usage patterns for the Voiden CLI.

Options

  • -v, --version
    Displays the currently installed Voiden CLI version.

  • -h, --help
    Shows the help message with available commands and options.

  • path
    Opens a specified file or directory in Voiden. The path can be absolute or relative to the current working directory.


Example of Voiden CLI

voiden                 # Open Voiden
voiden ~/Documents # Open Documents directory
voiden myproject # Open myproject from current directory
voiden file.txt # Open files as tabs
voiden -v # Show version
voiden --version # Show version
voiden -h # Show this help
voiden --help # Show this help

Summary

The Voiden CLI offers a powerful yet approachable way to interact with Voiden. By combining speed, automation, and consistency, it enables developers to work more efficiently while maintaining full control over their workflows—all from the command line.