Skip to content

Commit

Permalink
fix(Makefile): add show-loggroups target
Browse files Browse the repository at this point in the history
  • Loading branch information
shaftoe committed Mar 22, 2020
1 parent bc8548f commit f7e76ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ local-run:

create-stack-scaffold:
# TODO

# ref: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-output.html#cli-usage-output-filter
show-loggroups:
@aws --profile $(AWS_PROFILE) \
logs describe-log-groups \
--no-paginate \
--query 'logGroups[*].{NAME:logGroupName}' \
--output text

0 comments on commit f7e76ec

Please sign in to comment.