This repo holds bash scripts I used to report on ECR images and then delete them. They're a bit crude, but get the job done!
- AWS CLI tool - I used
brew install awsfor Bluefin - Suite of CLI utils, mainly
jq
This repo holds bash scripts I used to report on ECR images and then delete them. They're a bit crude, but get the job done!
brew install aws for Bluefinjq| #!/usr/bin/env node | |
| // Channel ID is on the the browser URL.: https://mycompany.slack.com/messages/MYCHANNELID/ | |
| // Pass it as a parameter: node ./delete-slack-messages.js CHANNEL_ID | |
| // CONFIGURATION ####################################################################################################### | |
| const token = 'SLACK TOKEN'; | |
| // Legacy tokens are no more supported. | |
| // Please create an app or use an existing Slack App |
If you love deploying websites using Github, but for some reason want to use your own server, this script might be exactly what you need.
github.php somewhere on your PHP-enabled web server, and make it
accessible for the outside world. Let's say for now the script lives
on http://example.com/github.php| license: MIT | |
| height: 900 | |
| scrolling: yes |