Skip to content

Commit

Permalink
📝 Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lubneuski committed Oct 11, 2023
1 parent cc59fba commit 713911f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,21 @@ In this example, "igor" will generate files based on the "simple-tf" template. I
In our case it will look up a bucket for terraform state files.
You can add more templates here:

ecr_cleanup
--------

Igor will cleanup non-active images from specified repositories. It will check ECS Task Definitions and PRD Clusters.

***Usage***

~~~
igor ecr_cleanup --repos test_ecr, test1_ecr
~~~

In this example, "igor" will generate files based on the "simple-tf" template. It will replace placeholders for account, environment, project, region with values supplied values. Additionally, igor will replace values in templates that found in accounts_info.json file.
In our case it will look up a bucket for terraform state files.
You can add more templates here:

~~~
d3b_cli_igor/utils/templates
~~~
Expand Down

0 comments on commit 713911f

Please sign in to comment.