SaadKhan-BCG / CarbonPlugin

Tool to monitor and expose Carbon consumption of apps by region to aid Carbon Aware development
0 stars 0 forks source link

Go Cli option for running app #10

Closed SaadKhan-BCG closed 1 year ago

SaadKhan-BCG commented 1 year ago

Use the existing https://github.gamma.bcg.com/BCG/bcgx-cli to implement a bcgx carbon monitor command

This command could do something like

curl https://raw.githubusercontent.com/SaadKhan-BCG/CarbonPlugin/main/compose.yml > compose.yml | docker compose -f compose.yml -p carbon-plugin up

enabling a much easier running

Should be easily extendable because we will be adding a lot of cli options to it e.g. specify time regions, low power cli only mode etc