feat(plan): add plan command to create build plans

This commit is contained in:
2021-06-08 00:26:50 +01:00
parent 8d87c01db7
commit 1ffd735c23
11 changed files with 933 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ func New(version, commit, date string) *CLI {
cli2.VersionFlag,
},
Commands: []*cli2.Command{
planCmd(),
{
Name: "version",
Usage: "print the version",