o7cli


Nameo7cli JSON
Version 0.1.329 PyPI version JSON
download
home_page
SummaryUseful CLI and scripts for O7 Conseils DevOps practice
upload_time2024-03-05 12:40:16
maintainer
docs_urlNone
authorPhilippe Gosselin
requires_python>=3.8
licenseLICENSE
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # O7 CLI
A useful tool for O7 Conseils AWS DevOps activities.
This is developed as we need it in our projects. It shared to allow others to use it.

## Installation
Run the following to install:
```bash
pip install o7cli
```
## Usage

```bash
# Help
o7

# See all AWS pipeline in us-east-1
o7 -r us-east-1 pl

# See all AWS Cloudwatch logs for profile ab in us-west2
o7 -p ab -r us-west-2 log
```

## Options & Module
```
o7 [options] <module>
Useful CLI and scripts for O7 Conseils DevOps practice
version: <VERSION>
Options:
    -p <profile> : Set AWS Profile
    -r <region>  : Set AWS Region
    -d           : Set DEBUG Traces
    -v           : Version Number
Available Modules:
    report: Multiple Reports
    cost: Analyse AWS Sccount Cost
    log: Cloudwatch Logs
    cm: Cloud Map

    s3: S3 (Simple Scalable Storage)
    ec2: Elastic Computing
    ecs: Elastic Container Service
    lf: Lambda Funcition
    rds: Relational DB
    asg: Auto Scaling Group

    cfn: Cloudformation
    pl: Code Pipeline
    cb: Code Build
    cc: Code Commit
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "o7cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Philippe Gosselin",
    "author_email": "phil@o7conseils.com",
    "download_url": "",
    "platform": null,
    "description": "# O7 CLI\nA useful tool for O7 Conseils AWS DevOps activities.\nThis is developed as we need it in our projects. It shared to allow others to use it.\n\n## Installation\nRun the following to install:\n```bash\npip install o7cli\n```\n## Usage\n\n```bash\n# Help\no7\n\n# See all AWS pipeline in us-east-1\no7 -r us-east-1 pl\n\n# See all AWS Cloudwatch logs for profile ab in us-west2\no7 -p ab -r us-west-2 log\n```\n\n## Options & Module\n```\no7 [options] <module>\nUseful CLI and scripts for O7 Conseils DevOps practice\nversion: <VERSION>\nOptions:\n    -p <profile> : Set AWS Profile\n    -r <region>  : Set AWS Region\n    -d           : Set DEBUG Traces\n    -v           : Version Number\nAvailable Modules:\n    report: Multiple Reports\n    cost: Analyse AWS Sccount Cost\n    log: Cloudwatch Logs\n    cm: Cloud Map\n\n    s3: S3 (Simple Scalable Storage)\n    ec2: Elastic Computing\n    ecs: Elastic Container Service\n    lf: Lambda Funcition\n    rds: Relational DB\n    asg: Auto Scaling Group\n\n    cfn: Cloudformation\n    pl: Code Pipeline\n    cb: Code Build\n    cc: Code Commit\n```\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "Useful CLI and scripts for O7 Conseils DevOps practice",
    "version": "0.1.329",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d557319aa97300459053b2bd6684cab24b72ac2f5bc991de4535b5d2b0c92fc",
                "md5": "860be2907e4c7ad8593bace04bcd4fb6",
                "sha256": "c4e5346321333ad8630f5a8c33bcc9228fb8918a8c0ce9073975a331aee14077"
            },
            "downloads": -1,
            "filename": "o7cli-0.1.329-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "860be2907e4c7ad8593bace04bcd4fb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 168650,
            "upload_time": "2024-03-05T12:40:16",
            "upload_time_iso_8601": "2024-03-05T12:40:16.224376Z",
            "url": "https://files.pythonhosted.org/packages/5d/55/7319aa97300459053b2bd6684cab24b72ac2f5bc991de4535b5d2b0c92fc/o7cli-0.1.329-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 12:40:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "o7cli"
}
        
Elapsed time: 0.19569s