Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostument committed Nov 23, 2020
1 parent 04b61cf commit 53cfe5e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 53cfe5e

Please sign in to comment.