Releases: doitintl/gcp-tool-appe
Releases · doitintl/gcp-tool-appe
v0.2
What's New
This version adds a new flag --summary
(or -s
for short) that will just give you the total of whatever appe
scanned instead of listing every policy individually.
I also changed the default time period to "look back" to 12 hours instead of 30 days to be more in line with Google's new preview tool. This value will likely change again at some point if and when Google updates their tool. You can always specify your own window using the --duration
(or -d
) flag. Note the new default may cause appe
to show much lower estimates because it only considers the number time series returned in a much smaller window. To get the old behavior, simply specify -d 720h
.
Changelog
- 22242ec Update to v0.2 (#2)
- f189fec add note about accuracy and change in time line
- e44dbe0 Add console link to policy to CSV output
- ac05f03 Use monitoring v1 API after fix in library
- 37b1a74 update dependencies
- cf24531 Change date to April
- d3405d2 fix typo in readme
- 6c336fa rearrange sections in README
- d78b01a fix new line in README