Authentication
login
--subdomain to be prompted.
Sample output
logout
Sample output
--all, it prints Signed out of all subdomains. instead.
whoami
(default) when only one is signed in. Pass --subdomain <name> to show one workspace.
Sample output
Diagnostics
doctor
--subdomain <name>.
Sample output
✗ and carries the underlying error on the next line.
version
Sample output
commands
Sample output
Updating
update
Sample output
shell-script install on macOS and Linux, or a Windows install on Windows, and runs the matching installer.
AI-assistant setup
Add NeetoAuth instructions to your AI coding assistant. See AI assistants for details.Sample output
Wrote <path> or Updated <path>.
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.
neetoauth completion <shell> installs completion for your shell. It writes a script under ~/.config/neetoauth/completions and configures your shell to load it the next time it starts.
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: