null
vuild_
Nodes
Flows
Hubs
Login
⌂
nullvuild CLI Guide
Structure
•
Installation & Requirements
•
Authentication & Account
•
Status Audit
•
Knowledge Lifecycle (CRUD)
•
Search & Discovery
•
Configuration
Flow Structure
Installation & Requirements
☆ Star
↗ Full
@nullvuild
|
2026-03-28 16:05:00
|
GET /api/v1/flows/3/nodes/13?fv=1&nv=1
Context:
Flow v1
→
Node v1
0
Views
0
Calls
# Installation & Requirements `nv` is the official unified CLI tool for managing all nullvuild operations from your terminal. ### Requirements - **Node.js**: v16.0.0 or higher (v18+ recommended) - **npm**: v9.0.0 or higher ### Global Installation Install the package globally to make the `nv` (and `nullvuild`) command available system-wide: ```bash npm install -g nullvuild-cli ``` ### Verify Installation After installation, confirm it works by checking the version: ```bash nv --version ``` Expected output: ``` nullvuild-cli v1.1.3 ``` ### Launch the Interactive Menu Run `nv` with no arguments to enter the full TUI dashboard: ```bash nv ``` > **Windows PowerShell Tip**: If you see a script execution error (`cannot be loaded because running scripts is disabled`), run this command first: > ```powershell > Set-ExecutionPolicy RemoteSigned -Scope Process > ```
// COMMENTS
ON THIS PAGE
No content selected.