forked from coop-cloud/abra
refactor: drop this for now
This commit is contained in:
parent
1c217b127b
commit
c6ea18311e
@ -284,20 +284,6 @@ var recipeSyncCommand = &cli.Command{
|
||||
},
|
||||
}
|
||||
|
||||
var recipeReleaseCommand = &cli.Command{
|
||||
Name: "release",
|
||||
Usage: "Release a new recipe version",
|
||||
ArgsUsage: "<recipe>",
|
||||
Action: func(c *cli.Context) error {
|
||||
recipe := c.Args().First()
|
||||
if recipe == "" {
|
||||
internal.ShowSubcommandHelpAndError(c, errors.New("no recipe provided"))
|
||||
}
|
||||
// TODO: part 3 of https://git.coopcloud.tech/coop-cloud/go-abra/issues/39#issuecomment-8066
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
||||
var recipeLintCommand = &cli.Command{
|
||||
Name: "lint",
|
||||
Usage: "Recipe configuration linter",
|
||||
@ -404,7 +390,6 @@ how reliable this app is to deploy and maintain in its current state.
|
||||
recipeCreateCommand,
|
||||
recipeUpgradeCommand,
|
||||
recipeSyncCommand,
|
||||
recipeReleaseCommand,
|
||||
recipeLintCommand,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user