Documentation
README
Nebula Runtime
Use Nebula's versioned local Runtime API to control the resident terminal directly. Never discover it with tasklist, port-file inspection, source-code grep, or GUI automation.
CLI Resolution
Nebula exports its exact portable executable path to every child terminal as NEBULA_CLI.
- PowerShell: invoke it as
& $env:NEBULA_CLI ctl .... - POSIX shells: invoke it as
"$NEBULA_CLI" ctl .... - If
NEBULA_CLIis absent, usenebula ctl ...only whennebulais already onPATH; otherwise reportruntime_unavailableinstead of searching the filesystem.
The examples below use nebula as a readable placeholder for the resolved invocation above.
Workflow
Choose one of these paths without exploratory process or source-code searches:
This is the opening of the README. Read the full README on GitHub.