awscli-profile


Nameawscli-profile JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
Summaryawscli profile manager intended for use as cli alias
upload_time2024-08-22 21:36:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # awscli-profile

[![PyPI - Version](https://img.shields.io/pypi/v/awscli-profile)](https://pypi.org/project/awscli-profile/)


a simple profile switcher for awscli

# Installation

```shell
$ pip install awscli_profile
```

# Usage

```shell
$ aws-profile
 0)account1 - AKA....
*1)account2 - AKB....

Choose profile: 0
Switched to: account1
```

```
$ aws-profile account2
Switched to: account2
```

## as a awscli alias

```shell
$ echo 'profile = !aws-profile' >> ~/.aws/cli/alias
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "awscli-profile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Yuichiro Smith <yu-ichiro@s3i7h.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/58/61ee9137c9ba414c3bb64ea65ee885adcba242b503cbd58a9d2f20b22177/awscli_profile-1.1.0.tar.gz",
    "platform": null,
    "description": "# awscli-profile\n\n[![PyPI - Version](https://img.shields.io/pypi/v/awscli-profile)](https://pypi.org/project/awscli-profile/)\n\n\na simple profile switcher for awscli\n\n# Installation\n\n```shell\n$ pip install awscli_profile\n```\n\n# Usage\n\n```shell\n$ aws-profile\n 0)account1 - AKA....\n*1)account2 - AKB....\n\nChoose profile: 0\nSwitched to: account1\n```\n\n```\n$ aws-profile account2\nSwitched to: account2\n```\n\n## as a awscli alias\n\n```shell\n$ echo 'profile = !aws-profile' >> ~/.aws/cli/alias\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "awscli profile manager intended for use as cli alias",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/s3i7h/awscli-profile",
        "Issues": "https://github.com/s3i7h/awscli-profile/issues",
        "Repository": "https://github.com/s3i7h/awscli-profile"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79bc15c3d0acf4d8a3a7d87dfca0abdc07eb4b4998d90cb5a857ab03b5e125c7",
                "md5": "b497070f7f174ecc68e0d699df57d6bd",
                "sha256": "5833c402c55ad3917813b3125806f46df02cb8fa8ca11ed6d3403dcfb5706d87"
            },
            "downloads": -1,
            "filename": "awscli_profile-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b497070f7f174ecc68e0d699df57d6bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3101,
            "upload_time": "2024-08-22T21:36:43",
            "upload_time_iso_8601": "2024-08-22T21:36:43.641023Z",
            "url": "https://files.pythonhosted.org/packages/79/bc/15c3d0acf4d8a3a7d87dfca0abdc07eb4b4998d90cb5a857ab03b5e125c7/awscli_profile-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485861ee9137c9ba414c3bb64ea65ee885adcba242b503cbd58a9d2f20b22177",
                "md5": "56290193af32e04f3b86bf2ea28d447d",
                "sha256": "b9331bfdc8c23808aedd787c68f02394781830459d0b8895b9e09d9da43fdd4c"
            },
            "downloads": -1,
            "filename": "awscli_profile-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "56290193af32e04f3b86bf2ea28d447d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2396,
            "upload_time": "2024-08-22T21:36:44",
            "upload_time_iso_8601": "2024-08-22T21:36:44.975276Z",
            "url": "https://files.pythonhosted.org/packages/48/58/61ee9137c9ba414c3bb64ea65ee885adcba242b503cbd58a9d2f20b22177/awscli_profile-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 21:36:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s3i7h",
    "github_project": "awscli-profile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "awscli-profile"
}
        
Elapsed time: 0.31553s