deepctl-cmd-update


Namedeepctl-cmd-update JSON
Version 0.1.10 PyPI version JSON
download
home_pageNone
SummaryUpdate command for deepctl
upload_time2025-08-01 15:23:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords deepgram cli update self-update
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # deepctl-cmd-update

Update command for deepctl CLI - provides self-update functionality.

## Features

- Check for newer versions on PyPI
- Detect installation method (pip, pipx, uv, system, development)
- Remember installation method for future updates
- Provide appropriate update commands
- Support for various installation scenarios

## Installation

This package is included with deepctl and doesn't need separate installation.

## Usage

Check for updates:

```bash
deepctl update --check-only
```

Update deepctl:

```bash
deepctl update
```

Force update (even if already up to date):

```bash
deepctl update --force
```

Skip confirmation:

```bash
deepctl update --yes
```

## Development

This package is part of the deepctl monorepo. See the main repository for development instructions.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deepctl-cmd-update",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Deepgram <devrel@deepgram.com>",
    "keywords": "deepgram, cli, update, self-update",
    "author": null,
    "author_email": "Deepgram <devrel@deepgram.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/89/f92beb217acc2250349dd79e7bf88d8e6d553bc3371e2a2d6ce8cf7cf3f5/deepctl_cmd_update-0.1.10.tar.gz",
    "platform": null,
    "description": "# deepctl-cmd-update\n\nUpdate command for deepctl CLI - provides self-update functionality.\n\n## Features\n\n- Check for newer versions on PyPI\n- Detect installation method (pip, pipx, uv, system, development)\n- Remember installation method for future updates\n- Provide appropriate update commands\n- Support for various installation scenarios\n\n## Installation\n\nThis package is included with deepctl and doesn't need separate installation.\n\n## Usage\n\nCheck for updates:\n\n```bash\ndeepctl update --check-only\n```\n\nUpdate deepctl:\n\n```bash\ndeepctl update\n```\n\nForce update (even if already up to date):\n\n```bash\ndeepctl update --force\n```\n\nSkip confirmation:\n\n```bash\ndeepctl update --yes\n```\n\n## Development\n\nThis package is part of the deepctl monorepo. See the main repository for development instructions.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Update command for deepctl",
    "version": "0.1.10",
    "project_urls": null,
    "split_keywords": [
        "deepgram",
        " cli",
        " update",
        " self-update"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bb61fb24df18af95acbf1105e09c99ab3ec4e15110b17db01dce492d471b423",
                "md5": "80a467ec860fba6970ee3bc9ad644722",
                "sha256": "a41c27f8c7c003b3cd3d4ef52daafc1551f5b1d1b5a358a4677c0dd6b1805342"
            },
            "downloads": -1,
            "filename": "deepctl_cmd_update-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80a467ec860fba6970ee3bc9ad644722",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9619,
            "upload_time": "2025-08-01T15:22:51",
            "upload_time_iso_8601": "2025-08-01T15:22:51.449177Z",
            "url": "https://files.pythonhosted.org/packages/5b/b6/1fb24df18af95acbf1105e09c99ab3ec4e15110b17db01dce492d471b423/deepctl_cmd_update-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c689f92beb217acc2250349dd79e7bf88d8e6d553bc3371e2a2d6ce8cf7cf3f5",
                "md5": "3c103cc07444a534da8c3319f330ba8a",
                "sha256": "4bead1ca26cb67613d20c7ac2150c6b0e9946a7b284112651cec24ac9bf7874f"
            },
            "downloads": -1,
            "filename": "deepctl_cmd_update-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "3c103cc07444a534da8c3319f330ba8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8733,
            "upload_time": "2025-08-01T15:23:05",
            "upload_time_iso_8601": "2025-08-01T15:23:05.448062Z",
            "url": "https://files.pythonhosted.org/packages/c6/89/f92beb217acc2250349dd79e7bf88d8e6d553bc3371e2a2d6ce8cf7cf3f5/deepctl_cmd_update-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 15:23:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deepctl-cmd-update"
}
        
Elapsed time: 1.83165s