sdk
Documentation for the sdk command and its subcommands.
sdk — Manage and launch SiMa SDK 2.0 container environments (Beta).
Full Help:
Usage: [OPTIONS] COMMAND [ARGS]...
Manage and launch SiMa SDK 2.0 container environments (Beta).
This group provides access to the full SDK 2.0 toolchain, including setup,
container orchestration, tool-specific shells (MPK, model, Yocto, eLxr), and
hybrid `.sima` script execution. These commands are intended for SDK 2.0+
users only.
\c Host platforms only.
Typical Use Cases
• Setting up a full SDK toolchain
• Starting one or more SDK containers
• Stopping or removing SDK containers and cached images
• Launching MPK, model, Yocto, or eLxr shells
Options:
-v, --version TEXT Filter SDK containers by version tag (e.g.
latest\_master).
--help Show this message and exit.
Commands:
elxr Launch the eLxr SDK tool environment.
ls List installed and running SiMa SDK containers.
model Launch the Model SDK tool environment.
mpk Access MPK CLI toolset container for managing and building...
remove Remove SDK containers and images.
run Run a .sima hybrid script with local + container commands.
setup Initialize SDK environment and select components to start.
start Select and start one or more SDK containers.
stop Stop one or more running SDK containers.
yocto Launch the Yocto SDK tool environment.
Usage:
Usage: [OPTIONS] COMMAND [ARGS]...
sdk elxr — Launch the eLxr SDK tool environment.
Full Help:
Usage: [OPTIONS] [CMD]...
Launch the eLxr SDK tool environment.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [CMD]...
sdk ls — List installed and running SiMa SDK containers.
Full Help:
Usage: [OPTIONS]
List installed and running SiMa SDK containers. Shows SDK name, version, and
running status.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS]
sdk model — Launch the Model SDK tool environment.
Full Help:
Usage: [OPTIONS] [CMD]...
Launch the Model SDK tool environment.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [CMD]...
sdk mpk — Access MPK CLI toolset container for managing and building pipelines along with the device manager.
Full Help:
Usage: [OPTIONS] [CMD]...
Access MPK CLI toolset container for managing and building pipelines along
with the device manager. It also includes the plugins zoo and the
Performance Estimator tool.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [CMD]...
sdk remove — Remove SDK containers and images.
Full Help:
Usage: [OPTIONS] [SDK]
Remove SDK containers and images. Example: sima-cli sdk remove yocto
sima-cli sdk -v latest\_develop remove mpk -y
Options:
-y, --yes Skip confirmation before removing SDK containers/images.
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [SDK]
sdk run — Run a .sima hybrid script with local + container commands.
Full Help:
Usage: [OPTIONS] SCRIPT\_PATH
Run a .sima hybrid script with local + container commands.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS] SCRIPT_PATH
sdk setup — Initialize SDK environment and select components to start.
Full Help:
Usage: [OPTIONS]
Initialize SDK environment and select components to start.
Options:
-n, --noninteractive Run in non-interactive mode (auto-select defaults).
-y, --yes Skip confirmation before starting the container.
--help Show this message and exit.
Usage:
Usage: [OPTIONS]
sdk start — Select and start one or more SDK containers.
Full Help:
Usage: [OPTIONS]
Select and start one or more SDK containers.
Options:
-n, --noninteractive Run in non-interactive mode (auto-select defaults).
-y, --yes Skip confirmation before starting the container.
--help Show this message and exit.
Usage:
Usage: [OPTIONS]
sdk stop — Stop one or more running SDK containers.
Full Help:
Usage: [OPTIONS] [SDK]
Stop one or more running SDK containers.
Examples: sima-cli sdk stop sima-cli sdk stop yocto sima-cli sdk
-v latest\_develop stop mpk -y
Options:
-y, --yes Skip confirmation before stopping SDK containers.
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [SDK]
sdk yocto — Launch the Yocto SDK tool environment.
Full Help:
Usage: [OPTIONS] [CMD]...
Launch the Yocto SDK tool environment.
Options:
--help Show this message and exit.
Usage:
Usage: [OPTIONS] [CMD]...
Options
Option |
Description |
|---|---|
|
Filter SDK containers by version tag (e.g. latest_master). |