Skip to main content

sima-cli sdk setup

Initialize SDK environment and select components to start.

Parent command: sima-cli sdk

Usage

sima-cli sdk setup [OPTIONS]

Options

NameDescription
--noninteractive, --non-interactive, -nRun in non-interactive mode (auto-select defaults).
-y, --yesSkip confirmation before starting the container.
--devkitConfigure DevKit integration for setup. Use '--devkit ' or '--devkit auto'.
--no-insightStart Neat SDK without Insight UI/video/WebRTC port mappings.
--no-model-compiler, --no-model-sdkSkip Model Compiler extension setup. --no-model-sdk is kept for compatibility.
--minimalSkip optional Neat SDK container extras for CI compilation jobs.
--workspaceHost workspace directory to mount into SDK containers instead of ~/workspace.

Arguments

None.

Full Help

Usage: sima-cli sdk setup [OPTIONS]

Initialize SDK environment and select components to start.

Options:
-n, --noninteractive, --non-interactive
Run in non-interactive mode (auto-select
defaults).
-y, --yes Skip confirmation before starting the
container.
--devkit TEXT Configure DevKit integration for setup. Use
'--devkit <IP>' or '--devkit auto'.
--no-insight Start Neat SDK without Insight
UI/video/WebRTC port mappings.
--no-model-compiler, --no-model-sdk
Skip Model Compiler extension setup. --no-
model-sdk is kept for compatibility.
--minimal Skip optional Neat SDK container extras for
CI compilation jobs.
--workspace DIRECTORY Host workspace directory to mount into SDK
containers instead of ~/workspace.
--help Show this message and exit.