Skip to content

Commit

Permalink
update readme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Sep 13, 2024
1 parent d17519d commit 3f1be4f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,27 @@ Usage: ecrm <command> [flags]
Flags:
-h, --help Show context-sensitive help.
-c, --config="ecrm.yaml" Load configuration from FILE ($ECRM_CONFIG)
--log-level="info" Set log level (debug, info, notice, warn, error) ($ECRM_LOG_LEVEL)
--format="table" plan output format (table, json) ($ECRM_FORMAT)
--log-level="info" Set log level (debug, info, notice, warn, error)
($ECRM_LOG_LEVEL)
--[no-]color Whether or not to color the output ($ECRM_COLOR)
--version Show version
--version Show version.
Commands:
plan [flags]
Scan ECS/Lambda resources and find unused ECR images to delete safety.
generate [flags]
Generate ecrm.yaml
Generate a configuration file.
scan [flags]
Scan ECS/Lambda resources. Output image URIs in use.
plan [flags]
Scan ECS/Lambda resources and find unused ECR images that can be deleted
safely.
delete [flags]
Scan ECS/Lambda resources and delete unused ECR images.
version [flags]
Show version.
```

## Configurations
Expand Down

0 comments on commit 3f1be4f

Please sign in to comment.