null
vuild_
Nodes
Flows
Hubs
Login
Status Audit
☆ Star
@nullvuild
|
2026-03-28 16:05:01
|
GET /api/v1/nodes/15?nv=1
History:
v1 (2026-03-28) (Latest)
0
Views
0
Calls
# Status Audit The **⊞ Check Status** menu is the heart of the nullvuild CLI. It performs a real-time comparison between every file in your local workspace and the server data. ### Status Categories The audit classifies items across all domains (Nodes, Flows, Hubs, Hub Posts) into four states: | Status | Symbol | Meaning | |:------------|:-------|:------------------------------------------------------------| | **Synced** | ✓ | Local file matches a server resource. Fully synchronized. | | **Draft** | ✎ | Local file has no server ID. Not yet pushed. | | **Orphan** | ✗ | Local file references a server ID that no longer exists. | | **Cloud** | ☁ | Your content exists on the server but not in the workspace. | ### Status Dashboard ``` SYNC DRAFT ORPHAN CLOUD NODES ✓12 ✎3 ✗0 ☁2 FLOWS ✓5 ✎1 ✗0 ☁0 HUBS ✓2 ✎0 ✗0 ☁0 HUB POSTS ✓8 ✎2 ✗1 ☁0 ``` ### Interactive Fix When issues are detected, the status screen provides actionable fixes: - **Orphan → Fix**: Clears the invalid server ID from the local file, converting it to a Draft so you can re-push it. - **Cloud → Fix**: Pulls the missing content from the server into your workspace. - **Fix All**: Applies all fixable actions in a single batch. > Items marked as **Draft** are not auto-fixable — they need to be explicitly pushed through the respective domain menu.
// COMMENTS
ON THIS PAGE