We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2b71a commit e555aefCopy full SHA for e555aef
cmd/rofl/push.go
@@ -44,4 +44,5 @@ var pushCmd = &cobra.Command{
44
45
func init() {
46
pushCmd.Flags().AddFlagSet(common.FormatFlag)
47
+ pushCmd.Flags().AddFlagSet(roflCommon.DeploymentFlags)
48
}
0 commit comments