zitadel/cmd/start
David Schneider ffdde825ec
fix(backend): respect start flags in all commands (#6621)
* fix(backend): respect start flags in all commands

Currently flags like --externalDomain do only work in the last
registered command which currently is start-from-setup.
This creates the flags globally in the init function in uses them for
all start commands.

* fix(backend): remove viper defaults in start flags

At this point viper is not yet initialized so this defaults would have
not effect either.

* Remove flag name variables and run go mod tidy

---------

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-02-21 12:26:51 +00:00
..
config_test.go feat: support whole config as env (#6336) 2024-02-16 16:04:42 +00:00
config.go feat: support whole config as env (#6336) 2024-02-16 16:04:42 +00:00
flags.go fix(backend): respect start flags in all commands (#6621) 2024-02-21 12:26:51 +00:00
start_from_init.go fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
start_from_setup.go fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
start.go feat: actions v2 execution targets command side (#7384) 2024-02-15 05:39:10 +00:00