CLI + live dashboard wrapping aws/docker/git/awsmfa for local dev: AWS MFA auth status + expiry, dev compose stack control, container drift vs the dev repo, git repo status, prod-data and DB-access tools. Config-driven (~/.config/mydev/config.yaml). Dashboard runs commands via a command palette with captured/interactive modes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
65 B
Go
8 lines
65 B
Go
package main
|
|
|
|
import "mydev/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|