GBSLocalLauncher – A script to compose ENV file for Local Compose
This is a script to compose ENV file for Local Compose.
It creates config file where key is Local name and value consist with repository’s name + tag name.
prerequisite:
1)Install or update AWS CLI
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
2)Set up your profile
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html
3)Update your Python to the latest version.
Relaese under 3.10 is not appropriate!
How to run on mac?
https://support.apple.com/en-gb/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac
Run Terminal
cd YourScriptDirectory
chmod 755 GridOfTags.command
Exit Terminal
Double click GridOfTags.command
GitHub