# AWS Cognito CLI
A simple CLI tool to get the AWS Cognito Access Token, because it's currently far more complicated than it needs to be
## Installation
```bash
pip install aws-cognito-cli
```
## Usage
```
usage: aws-cognito-cli [-h] -u USERNAME -p PASSWORD --pool-id POOL_ID --client-id CLIENT_ID
```
### Example Usage
```bash
aws-cognito-cli -u joeyism -p somePassword --pool-id us-east-1_abc123 --client-id ABCDEFGHIJKLMN1234567890
```
## Future Features
* Cache pool id and client id
* Read info from env
* Add CI/CD
## Documentation
* Free software: Apache Software License 2.0
* Documentation: https://aws-cognito-cli.readthedocs.io.
## Credits
This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.
* [Cookiecutter](https://github.com/audreyr/cookiecutter)
* [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
=======
History
=======
1.0.0 (2022-11-19)
------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/joeyism/aws_cognito_cli",
"name": "aws-cognito-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "aws-cognito-cli",
"author": "joeyism",
"author_email": "joeyism101@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/06/da/f502de691630d31990a2ce51491f588aa535f45e602d4809da3957e7e7fc/aws-cognito-cli-0.2.0.tar.gz",
"platform": null,
"description": "# AWS Cognito CLI\nA simple CLI tool to get the AWS Cognito Access Token, because it's currently far more complicated than it needs to be\n\n## Installation\n```bash\npip install aws-cognito-cli\n```\n\n## Usage\n```\nusage: aws-cognito-cli [-h] -u USERNAME -p PASSWORD --pool-id POOL_ID --client-id CLIENT_ID\n```\n\n### Example Usage\n```bash\naws-cognito-cli -u joeyism -p somePassword --pool-id us-east-1_abc123 --client-id ABCDEFGHIJKLMN1234567890\n```\n\n## Future Features\n* Cache pool id and client id\n* Read info from env\n* Add CI/CD\n\n\n## Documentation\n* Free software: Apache Software License 2.0\n* Documentation: https://aws-cognito-cli.readthedocs.io.\n\n\n## Credits\nThis package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.\n\n* [Cookiecutter](https://github.com/audreyr/cookiecutter)\n* [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)\n\n\n=======\nHistory\n=======\n\n1.0.0 (2022-11-19)\n------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "A simple CLI tool to get the AWS Cognito Access Token",
"version": "0.2.0",
"split_keywords": [
"aws-cognito-cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "60dc2b6f063846df0d351e1c8affe2259e182199879743ef008a36386ec2236a",
"md5": "12f2f6466120a6bdfc92838fd1b1a4e1",
"sha256": "f8fd7d61b0b64a720926f666dc2e4b08c8958e510960c8bc3c1a2ab08f8b3e07"
},
"downloads": -1,
"filename": "aws_cognito_cli-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "12f2f6466120a6bdfc92838fd1b1a4e1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 4793,
"upload_time": "2023-04-03T21:19:05",
"upload_time_iso_8601": "2023-04-03T21:19:05.748413Z",
"url": "https://files.pythonhosted.org/packages/60/dc/2b6f063846df0d351e1c8affe2259e182199879743ef008a36386ec2236a/aws_cognito_cli-0.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06daf502de691630d31990a2ce51491f588aa535f45e602d4809da3957e7e7fc",
"md5": "18671cda7fe78a264872d65f69668c18",
"sha256": "187b71e87720c925cd93b54f5dee20c25a00fb51a30eae0d8492d3fa84378b0d"
},
"downloads": -1,
"filename": "aws-cognito-cli-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "18671cda7fe78a264872d65f69668c18",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9664,
"upload_time": "2023-04-03T21:19:16",
"upload_time_iso_8601": "2023-04-03T21:19:16.802484Z",
"url": "https://files.pythonhosted.org/packages/06/da/f502de691630d31990a2ce51491f588aa535f45e602d4809da3957e7e7fc/aws-cognito-cli-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-03 21:19:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "joeyism",
"github_project": "aws_cognito_cli",
"lcname": "aws-cognito-cli"
}