selfupdate ========== Documentation for the ``selfupdate`` command and its subcommands. .. raw:: html .. dropdown:: ``selfupdate`` — Update sima-cli manually from PyPI or a direct wheel URL. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] Update sima-cli manually from PyPI or a direct wheel URL. This command downloads and installs a new version of sima-cli. You may update to the latest PyPI release, update to a specific version, or install from a manually supplied wheel URL. Update modes: - No options: update to the latest PyPI release - --version: update to the specified PyPI version - --manual-url: install from a direct wheel link Rules: - --version and --manual-url cannot be used together - Manual URLs must point to a valid .whl file - Internal builds may be installed using the global -i flag Examples: sima-cli selfupdate sima-cli selfupdate -v 0.0.45 sima-cli selfupdate -m https://.../sima\_cli-0.0.46.whl Options: -v, --version TEXT Version to update to (cannot be combined with --manual-url). -m, --manual-url TEXT Manual wheel URL (cannot be combined with --version). --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] Options ------- .. list-table:: :widths: 30 70 :header-rows: 1 * - **Option** - **Description** * - ``-v, --version`` - Version to update to (cannot be combined with --manual-url). * - ``-m, --manual-url`` - Manual wheel URL (cannot be combined with --version).