Skip to content

Commit 02aa160

Browse files
committed
✨ add alpha update command
This commit adds the alpha update command. Alpha update attempts to update the version of the project and keep custom code by performing a tree-way merge with a synthetic ancestor.
1 parent 202a630 commit 02aa160

File tree

3 files changed

+620
-0
lines changed

3 files changed

+620
-0
lines changed

pkg/cli/alpha.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const (
3131
var alphaCommands = []*cobra.Command{
3232
newAlphaCommand(),
3333
alpha.NewScaffoldCommand(),
34+
alpha.NewUpdateCommand(),
3435
}
3536

3637
func newAlphaCommand() *cobra.Command {

0 commit comments

Comments
 (0)