FEATURE: add configure command (#841)
authorJeff Wong <awole20@gmail.com>
Wed, 28 Aug 2024 05:13:39 +0000 (22:13 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 05:13:39 +0000 (13:13 +0800)
commitd3ae996af6e6c84ace4c13426e75060eddc17549
tree8fb9da61007093b3ec2cd1a57101405df5ab658b
parent0808c17a047cba7df97e2d6c1fa1419bcd2c96f2
FEATURE: add configure command (#841)

Add 'configure' command - If run after the "build" command, this is equivalent to today's 'bootstrap' command.

Note that unlike build command, a docker run+commit pattern needs to be used here as this requires a running database + mounted volumes.
launcher_go/v2/cli_build.go
launcher_go/v2/cli_build_test.go
launcher_go/v2/config/config.go
launcher_go/v2/config/config_test.go
launcher_go/v2/docker/commands.go
launcher_go/v2/docker/commands_test.go [new file with mode: 0644]
launcher_go/v2/go_suite_test.go
launcher_go/v2/main.go
launcher_go/v2/test_utils/utils.go
launcher_go/v2/utils/consts.go