Joel Baranick

Results 25 issues of Joel Baranick

Add support for filtering on region so that I can have one config file that can work across multiple regions.

The performance of discovery is pretty slow as it is a serial process for all available resources. The improvements I see are: 1. Parallelize discovery by type 2. Initial filtering...

Using UPX you can shrink the size of the binaries from ~100mb to ~25mb. The settings I used were `upx -9 `. ``` $ upx -9 awsweeper Ultimate Packer for...

Add exit code handling to post hooks. Specifically for finish calls it would allow us to detect error scenarios before the push and allow us to tell the user to...

Add support for including `no-warnings: true` or `no-warnings: false` in the config file. If either the config file `no-warnings: true` or the cli option `-no-warnings` are set, then no-warnings mode...

## what * Exposes metrics from the prometheus-to-cloudwatch service via the standard prometheus scrape endpoint. * Creates the following metrics: * Total Publishes * Total Publish Errors * Publish Duration...

* Display progress while running by specifying `--progress` ```console ┌ [+] Probing APIGateway... ├── [+] ap-northeast-1 ├── [+] ap-northeast-2 ├── [+] ap-south-1 ├── [+] ap-southeast-1 ├── [+] ap-southeast-2 ├── [+]...

enhancement

- **PR Description** Basic support for worktrees. Currently, only supporting listing and switching worktrees. - **Please check if the PR fulfills these requirements** * [ ] Cheatsheets are up-to-date (run...

**Is your feature request related to a problem? Please describe.** Add option to delete remote branch when deleting local branch **Describe the solution you'd like** After confirming the deletion of...

enhancement