Authentication
login
--subdomain to be prompted.
Sample output
logout
With no flags, it signs out of the only saved workspace. When several workspaces are saved, it errors and asks for
--subdomain or --all.
Sample output
whoami
(default) when only one is signed in. Pass --subdomain <name> to show one workspace.
Sample output
Diagnostics
doctor
--subdomain <name>.
Sample output
version
Sample output
commands
help, completion, and commands itself.
Sample output
Updates
update
brew upgrade for a Homebrew install, the install script otherwise, and the PowerShell installer on Windows.
Sample output
AI-assistant setup
Add NeetoKB instructions to your AI coding assistant. See AI assistants for details.Sample output
Shell completion
Shell completion fills in command names, subcommands, and flags when you pressTab. It saves you from having to remember the full command tree or look up --help.
neetokb completion <shell> installs completion for your shell. For zsh, bash, and PowerShell it writes the script under ~/.config/neetokb/completions and adds a marker-delimited loader block to ~/.zshrc, ~/.bashrc, or ~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1. For fish it writes ~/.config/fish/completions/neetokb.fish, which fish loads on its own.
source ~/.zshrc) to enable it. After upgrading the CLI, run the command again to update the available completions. Re-running it replaces the existing script and configuration without adding duplicates.
To configure it yourself, pass
--print to write the raw script to standard output instead of installing it: