CLI reference
A compact reference for the commands and in-session controls used most often.
ncode --help
ncode auth --help
Startup commands
| Command | Purpose |
|---|---|
ncode | Start a session in the current repository. |
ncode --model <name> | Start with an explicit model profile. |
ncode auth login | Complete Noumena browser authentication. |
ncode install | Install the packaged launcher and shell integration. |
ncode --help | Print the top-level command reference. |
In-session controls
| Control | Purpose |
|---|---|
/login | Start the browser OAuth flow from inside the REPL. |
/model | Select a model profile for the session. |
Ctrl+C | Interrupt the active operation. |
The available commands and profiles can change with the CLI release. Treat --help and /help output from the binary you are running as authoritative.
Source note
This page is adapted from the public Noumena-Network/code README, licensed under Apache-2.0.