Getting started
Installation
Install the Inspector CLI on your machine using your preferred method. The CLI is available for macOS, Linux, and Windows.
Install Inspector CLI
bash
curl -fsSL https://cli.inspectorai.pro/install.sh | bashAfter installation
Navigate to the directory you want to work in and run:
cd /path/to/your/projectinspector
This starts the interactive CLI. From here you can log in, bind your project, and manage your local executor.
CLI commands reference
CommandDescription
bindBind the current folder to an Inspector workspace projectexecRun Inspector non-interactivelyloginManage authentication loginlogoutRemove stored authentication credentialscompletionGenerate shell completion scriptsupdateCheck for and install Inspector CLI updatesserveRun the bundled ai_local runtime in the foregroundstartStart the bundled ai_local daemonstopStop the bundled ai_local daemonstatusShow the bundled ai_local daemon statuslogsShow bundled ai_local runtime logsresumeResume a previous interactive session (use --last to continue the most recent)helpPrint help for the given commandUpdate Inspector CLI
To update to the latest version, re-run the install command for your platform, or use the built-in update command:
inspector update