References ========== **sima-cli version:** ``0.0.49`` This page lists all top-level commands for ``sima-cli`` together with a short summary. Each entry links to a dedicated page with full help and subcommand details. .. list-table:: **sima-cli Command Overview** :widths: 20 50 30 :header-rows: 1 * - **Command** - **Description** - **Documentation** * - ``appzoo`` - Access sample apps from the App Zoo. - :doc:`commands/appzoo` * - ``bootimg`` - Prepare a bootable image for the SiMa DevKit. - :doc:`commands/bootimg` * - ``device`` - Discover and manage device(s) for MPK deployment and app lifecycle management purposes, compatible with both PCIe and Ethernet deployment models. Host side only. - :doc:`commands/device` * - ``download`` - Download a file or a whole folder from a given URL. - :doc:`commands/download` * - ``install`` - Install SiMa packages. - :doc:`commands/install` * - ``login`` - Authenticate with the SiMa Developer Portal. - :doc:`commands/login` * - ``logout`` - Log out by deleting cached credentials and config files. - :doc:`commands/logout` * - ``mla`` - Machine Learning Accelerator Utilities. - :doc:`commands/mla` * - ``modelzoo`` - Access models from the Model Zoo. - :doc:`commands/modelzoo` * - ``mpk`` - Manage MPK packages and app lifecycle on the connected devices - :doc:`commands/mpk` * - ``network`` - Setup Network IP address on the DevKit - :doc:`commands/network` * - ``nvme`` - Perform NVMe operations on the Modalix DevKit. - :doc:`commands/nvme` * - ``packages`` - Manage sima-cli package registry (list, inspect, clean, etc.) - :doc:`commands/packages` * - ``sdcard`` - Prepare the SD Card as a data storage device for MLSoc DevKit or Modalix Early Access Unit - :doc:`commands/sdcard` * - ``sdk`` - Manage and launch SiMa SDK 2.0 container environments (Beta). - :doc:`commands/sdk` * - ``selfupdate`` - Update sima-cli manually from PyPI or a direct wheel URL. - :doc:`commands/selfupdate` * - ``serial`` - Connect to the UART serial console of the DevKit. - :doc:`commands/serial` * - ``update`` - Update the software on a SiMa DevKit or remote SiMa device. - :doc:`commands/update` * - ``version`` - Show the version of the CLI tool. - :doc:`commands/version` .. toctree:: :hidden: :maxdepth: 2 commands/appzoo commands/bootimg commands/device commands/download commands/install commands/login commands/logout commands/mla commands/modelzoo commands/mpk commands/network commands/nvme commands/packages commands/sdcard commands/sdk commands/selfupdate commands/serial commands/update commands/version