Name | aws-ecs-task-render JSON |
Version |
0.6.0
JSON |
| download |
home_page | |
Summary | "A package to edit image uri on ecs task definition" |
upload_time | 2023-06-09 17:52:02 |
maintainer | |
docs_url | None |
author | Luca Pisciotta |
requires_python | |
license | MIT |
keywords |
aws
ecs
fargate
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Amazon ECS task definition rendering CLI <!-- omit in toc -->
A package for ECS task definition rendering.
From the idea of [GitHub action](https://github.com/aws-actions/amazon-ecs-render-task-definition), I've started to work on this little tool that is usable locally or from your runners with AWS role attached.
With this tool is possible to chose a profile to use, define the task definition family name and all the image uri to update in a single command.
**Table of Content**
<!-- toc -->
- [Installation](#installation)
- [Usage](#usage)
- [License Summary](#license-summary)
<!-- tocstop -->
## Installation
____
You can install the package using `pip install aws-ecs-task-render`.
## Usage
Once installed, it's possible to use the CLI simply running the command:
```
aws-ecs-task-render -p your_profile -f task_family_name -if image_name=new_image_uri
```
It's possible to update more than one image at time adding other key=value to the `-if` command like that:
```
aws-ecs-task-render -p your_profile -f task_family_name -if image_name_1=new_image_uri_1 image_name_2=new_image_uri_2
```
This tool can be used only to update an already existing container definition, it cannot add a new one.
It doesn't generate a new task definition, it only render it returning a cleaned json output usable for a new task definition creation.
## License Summary
This code is made available under the GPLv3 license.
Raw data
{
"_id": null,
"home_page": "",
"name": "aws-ecs-task-render",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "aws,ecs,fargate",
"author": "Luca Pisciotta",
"author_email": "luca.pisciotta@lptech.io",
"download_url": "https://files.pythonhosted.org/packages/4a/31/bb8a339cae9147352d53dfeeed6b4a816c0a168f8874d0a49638b76c4286/aws-ecs-task-render-0.6.0.tar.gz",
"platform": null,
"description": "# Amazon ECS task definition rendering CLI <!-- omit in toc -->\n\nA package for ECS task definition rendering.\nFrom the idea of [GitHub action](https://github.com/aws-actions/amazon-ecs-render-task-definition), I've started to work on this little tool that is usable locally or from your runners with AWS role attached.\nWith this tool is possible to chose a profile to use, define the task definition family name and all the image uri to update in a single command.\n\n**Table of Content**\n<!-- toc -->\n- [Installation](#installation)\n- [Usage](#usage)\n- [License Summary](#license-summary)\n<!-- tocstop -->\n\n## Installation\n____\nYou can install the package using `pip install aws-ecs-task-render`.\n\n## Usage\nOnce installed, it's possible to use the CLI simply running the command:\n```\naws-ecs-task-render -p your_profile -f task_family_name -if image_name=new_image_uri\n```\nIt's possible to update more than one image at time adding other key=value to the `-if` command like that:\n```\naws-ecs-task-render -p your_profile -f task_family_name -if image_name_1=new_image_uri_1 image_name_2=new_image_uri_2\n```\nThis tool can be used only to update an already existing container definition, it cannot add a new one.\nIt doesn't generate a new task definition, it only render it returning a cleaned json output usable for a new task definition creation.\n\n## License Summary\nThis code is made available under the GPLv3 license.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"A package to edit image uri on ecs task definition\"",
"version": "0.6.0",
"project_urls": null,
"split_keywords": [
"aws",
"ecs",
"fargate"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "61a805fef32b597656ad2dad9a184241374a978fab80016aa6f480fdeb116b3d",
"md5": "e2cb02b4fabeea05ff5460fc3ea54df6",
"sha256": "18e66993590c4270eba6153f925bbdd90893232680c598b521fa0d493700bbf4"
},
"downloads": -1,
"filename": "aws_ecs_task_render-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e2cb02b4fabeea05ff5460fc3ea54df6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 17300,
"upload_time": "2023-06-09T17:52:01",
"upload_time_iso_8601": "2023-06-09T17:52:01.287536Z",
"url": "https://files.pythonhosted.org/packages/61/a8/05fef32b597656ad2dad9a184241374a978fab80016aa6f480fdeb116b3d/aws_ecs_task_render-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a31bb8a339cae9147352d53dfeeed6b4a816c0a168f8874d0a49638b76c4286",
"md5": "bc3721b7fd0fbb1bf9587871e4918ecd",
"sha256": "33114b74abbcc0b344f51d4caa245cb804fccc6983fae2b9d083bd25477ed9af"
},
"downloads": -1,
"filename": "aws-ecs-task-render-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "bc3721b7fd0fbb1bf9587871e4918ecd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16312,
"upload_time": "2023-06-09T17:52:02",
"upload_time_iso_8601": "2023-06-09T17:52:02.585417Z",
"url": "https://files.pythonhosted.org/packages/4a/31/bb8a339cae9147352d53dfeeed6b4a816c0a168f8874d0a49638b76c4286/aws-ecs-task-render-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-09 17:52:02",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "aws-ecs-task-render"
}