go-devops/cmd/setup
Snider d97db89866 refactor: replace all cobra imports with core/cli
19 files migrated from github.com/spf13/cobra to
forge.lthn.ai/core/cli/pkg/cli. All cmd/ and build/ packages
now use cli.Command exclusively. Zero direct cobra dependencies
remain in application code.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:05:13 +00:00
..
cmd_bootstrap.go refactor: swap pkg/repos import to go-scm/repos 2026-03-06 13:48:08 +00:00
cmd_ci.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_commands.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_github.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_registry.go refactor: swap pkg/repos import to go-scm/repos 2026-03-06 13:48:08 +00:00
cmd_repo.go refactor: swap pkg/{io,log} imports to go-io/go-log 2026-03-06 12:35:24 +00:00
cmd_setup.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_wizard.go refactor: swap pkg/repos import to go-scm/repos 2026-03-06 13:48:08 +00:00
github_config.go refactor: swap pkg/{io,log} imports to go-io/go-log 2026-03-06 12:35:24 +00:00
github_diff.go refactor: use core/go-i18n module instead of core/go/pkg/i18n 2026-03-06 09:09:07 +00:00
github_labels.go refactor: migrate CLI imports from core/go to core/cli 2026-02-22 23:28:58 +00:00
github_protection.go chore: replace interface{} with any (Go 1.18+ alias) 2026-02-24 15:37:42 +00:00
github_security.go chore: replace interface{} with any (Go 1.18+ alias) 2026-02-24 15:37:42 +00:00
github_webhooks.go chore: replace interface{} with any (Go 1.18+ alias) 2026-02-24 15:37:42 +00:00