dogcrud


Namedogcrud JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryDatadog CRUD resources from the command line.
upload_time2025-01-02 21:51:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords cli datadog
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dogcrud

`dogcrud` is a command line tool for working with Datadog CRUD resources, like
dashboards, monitors, and log pipelines.

[![CI - Test](https://github.com/drichardson/dogcrud/actions/workflows/ci.yaml/badge.svg)](https://github.com/drichardson/dogcrud/actions/workflows/ci.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/dogcrud.svg)](https://pypi.org/project/dogcrud)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dogcrud.svg)](https://pypi.org/project/dogcrud)


## Installation

```console
pip install dogcrud
```

# Usage

Save all Datadog sources supported by `dogcrud`:

```console
dogcrud save all
```

Run `dogcrud` to see how to restore and open saved JSON files.

# Shell Completion

`dogcrud` supports command line completion.

For `bash`, add this to `~/.bashrc`:

```bash
eval "$(_DOGCRUD_COMPLETE=bash_source dogcrud)"
```

For `zsh`, add this to `~/.zshrc`:

```zsh
eval "$(_DOGCRUD_COMPLETE=zsh_source dogcrud)"
```

For `fish`, add this to `~/.config/fish/completions/dogcrud.fish`:

```fish
_DOGCRUD_COMPLETE=fish_source dogcrud | source
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dogcrud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "cli, datadog",
    "author": null,
    "author_email": "Doug Richardson <git@rekt.email>",
    "download_url": "https://files.pythonhosted.org/packages/07/c1/2e365008f6fe006384652be29fe7a02eb9504fce129ff3ceef01c8e92042/dogcrud-1.0.2.tar.gz",
    "platform": null,
    "description": "# dogcrud\n\n`dogcrud` is a command line tool for working with Datadog CRUD resources, like\ndashboards, monitors, and log pipelines.\n\n[![CI - Test](https://github.com/drichardson/dogcrud/actions/workflows/ci.yaml/badge.svg)](https://github.com/drichardson/dogcrud/actions/workflows/ci.yaml)\n[![PyPI - Version](https://img.shields.io/pypi/v/dogcrud.svg)](https://pypi.org/project/dogcrud)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dogcrud.svg)](https://pypi.org/project/dogcrud)\n\n\n## Installation\n\n```console\npip install dogcrud\n```\n\n# Usage\n\nSave all Datadog sources supported by `dogcrud`:\n\n```console\ndogcrud save all\n```\n\nRun `dogcrud` to see how to restore and open saved JSON files.\n\n# Shell Completion\n\n`dogcrud` supports command line completion.\n\nFor `bash`, add this to `~/.bashrc`:\n\n```bash\neval \"$(_DOGCRUD_COMPLETE=bash_source dogcrud)\"\n```\n\nFor `zsh`, add this to `~/.zshrc`:\n\n```zsh\neval \"$(_DOGCRUD_COMPLETE=zsh_source dogcrud)\"\n```\n\nFor `fish`, add this to `~/.config/fish/completions/dogcrud.fish`:\n\n```fish\n_DOGCRUD_COMPLETE=fish_source dogcrud | source\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Datadog CRUD resources from the command line.",
    "version": "1.0.2",
    "project_urls": {
        "Documentation": "https://github.com/drichardson/dogcrud",
        "Issues": "https://github.com/drichardson/dogcrud/issues",
        "Source": "https://github.com/drichardson/dogcrud.git"
    },
    "split_keywords": [
        "cli",
        " datadog"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "307edf53fd3d63b9eb59279c2101fa08bb2375c247ce6b495b28a76c01a1b3c7",
                "md5": "0b4346041dda0028ded6953e315b2906",
                "sha256": "52c6fb351b6ddc1aa5ca55fa2097f49bd8b4d3b044064116e8b4169aa925c82b"
            },
            "downloads": -1,
            "filename": "dogcrud-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b4346041dda0028ded6953e315b2906",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 15198,
            "upload_time": "2025-01-02T21:51:03",
            "upload_time_iso_8601": "2025-01-02T21:51:03.287306Z",
            "url": "https://files.pythonhosted.org/packages/30/7e/df53fd3d63b9eb59279c2101fa08bb2375c247ce6b495b28a76c01a1b3c7/dogcrud-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07c12e365008f6fe006384652be29fe7a02eb9504fce129ff3ceef01c8e92042",
                "md5": "c84c20a1023fe53b8c338484a756d01e",
                "sha256": "2124a7e95ae9239d0f9d3c4b9a0df64b5c5af8524c00452b56630137cbfac67c"
            },
            "downloads": -1,
            "filename": "dogcrud-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c84c20a1023fe53b8c338484a756d01e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 10437,
            "upload_time": "2025-01-02T21:51:04",
            "upload_time_iso_8601": "2025-01-02T21:51:04.264712Z",
            "url": "https://files.pythonhosted.org/packages/07/c1/2e365008f6fe006384652be29fe7a02eb9504fce129ff3ceef01c8e92042/dogcrud-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 21:51:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drichardson",
    "github_project": "dogcrud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dogcrud"
}
        
Elapsed time: 1.13737s