go-build/cmd/ci
Snider 4fcf0c4d5f feat(build): cmd migration to core.Command + /release/workflow empty body
- internal/cmdutil/cmdutil.go (new): shared CLI adapter helpers for the
  core.Command registration path
- cmd/build/{cmd_build,cmd_apple,cmd_release,cmd_workflow}.go +
  cmd/ci/ci.go + cmd/sdk/cmd.go: migrated from Cobra-style
  cli.NewCommand/StringFlag to core.Command registration with
  core.Options.String/Int/Bool
- pkg/api/provider.go: POST /release/workflow accepts empty JSON body
  but correctly rejects malformed JSON with 400
- pkg/api/provider_test.go: regression for the new behaviour

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 15:48:31 +01:00
..
ci.go feat(build): cmd migration to core.Command + /release/workflow empty body 2026-04-14 15:48:31 +01:00
ci_test.go feat(ci): scaffold sdk config in init 2026-04-01 19:49:09 +00:00
cmd.go feat(build): cmd migration to core.Command + /release/workflow empty body 2026-04-14 15:48:31 +01:00