sdk === Documentation for the ``sdk`` command and its subcommands. .. raw:: html .. dropdown:: ``sdk`` — Manage and launch SiMa SDK 2.0 container environments (Beta). :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] COMMAND [ARGS]... .. dropdown:: ``sdk elxr`` — Launch the eLxr SDK tool environment. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] [CMD]... Launch the eLxr SDK tool environment. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] [CMD]... .. dropdown:: ``sdk ls`` — List installed and running SiMa SDK containers. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] List installed and running SiMa SDK containers. Shows SDK name, version, and running status. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] .. dropdown:: ``sdk model`` — Launch the Model SDK tool environment. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] [CMD]... Launch the Model SDK tool environment. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] [CMD]... .. dropdown:: ``sdk mpk`` — Access MPK CLI toolset container for managing and building pipelines along with the device manager. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] [CMD]... .. dropdown:: ``sdk remove`` — Remove SDK containers and images. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] [SDK] .. dropdown:: ``sdk run`` — Run a .sima hybrid script with local + container commands. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] SCRIPT\_PATH Run a .sima hybrid script with local + container commands. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] SCRIPT_PATH .. dropdown:: ``sdk setup`` — Initialize SDK environment and select components to start. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] .. dropdown:: ``sdk start`` — Select and start one or more SDK containers. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] .. dropdown:: ``sdk stop`` — Stop one or more running SDK containers. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text 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:** .. code-block:: bash Usage: [OPTIONS] [SDK] .. dropdown:: ``sdk yocto`` — Launch the Yocto SDK tool environment. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] [CMD]... Launch the Yocto SDK tool environment. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] [CMD]... Options ------- .. list-table:: :widths: 30 70 :header-rows: 1 * - **Option** - **Description** * - ``-v, --version`` - Filter SDK containers by version tag (e.g. latest\_master).