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.
2 parents ab2b71a + e555aef commit 1e12786Copy full SHA for 1e12786
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