go-devops/cmd/deploy
Snider 4c5e12c9f8 refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents
Replace os.ReadFile with coreio.Local.Read for consistent filesystem abstraction.
Replace fmt.Errorf/errors.New with log.E() from go-log for structured error context.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:17:34 +00:00
..
cmd_commands.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_deploy.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00