From 53cfe5e80122b9bb0db1b5477e4d43093f6a58a6 Mon Sep 17 00:00:00 2001 From: mpostument <777rip777@gmail.com> Date: Mon, 23 Nov 2020 13:01:14 +0200 Subject: [PATCH] fixed documentation --- README.MD | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.MD b/README.MD index 3ac202c..a828cd2 100644 --- a/README.MD +++ b/README.MD @@ -28,7 +28,6 @@ Tags are critical to managing AWS resources at scale. Awstaghelper provides a co * [Iam Role](#iam-role) * [Elastic Beanstalk](#elastic-beanstalk) * [ECR](#ecr) - * [ELBv2](#elbv2) * [Global parameters](#global-parameters) * [Contributing](#contributing) * [License](#license) @@ -307,20 +306,6 @@ Read csv and tag ecr - `awstaghelper ecr tag-repository` Example: `awstaghelper ecr tag-repository --filename ecrTag.csv --profile main` -### ELBv2 - -#### Get elbv2 tags - -Get list of elbv2 with required tags - `awstaghelper elb get-elbv2-tags` -Example: -`awstaghelper elb get-elbv2-tags --filename elbv2Tag.csv --tags Name,Owner --profile main` - -#### Tag elbv2 - -Read csv and tag elbv2 - `awstaghelper elb tag-elbv2` -Example: -`awstaghelper elb tag-elbv2 --filename elbv2Tag.csv --profile main` - ## Global parameters `filename` - path where to write or read data. Supported by every option. Default `awsTags.csv`