packages ======== Documentation for the ``packages`` command and its subcommands. .. raw:: html .. dropdown:: ``packages`` — Manage sima-cli package registry (list, inspect, clean, etc.) :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] COMMAND [ARGS]... Manage sima-cli package registry (list, inspect, clean, etc.) Options: --help Show this message and exit. Commands: list List all packages in the local registry. show Show metadata or post-install instructions for a package. **Usage:** .. code-block:: bash Usage: [OPTIONS] COMMAND [ARGS]... .. dropdown:: ``packages list`` — List all packages in the local registry. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] List all packages in the local registry. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] .. dropdown:: ``packages show`` — Show metadata or post-install instructions for a package. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] PACKAGE Show metadata or post-install instructions for a package. Options: -v, --version TEXT Specify a version when multiple matches exist. If omitted, the latest match is shown. --help Show this message and exit. PACKAGE supports partial and case-insensitive matching. If multiple matches are found, a summary table of all matching packages will be shown. **Usage:** .. code-block:: bash Usage: [OPTIONS] PACKAGE Options ------- No options available.