Skip to content

Commit

Permalink
fix (servicePush.go): push without a flag provided
Browse files Browse the repository at this point in the history
  • Loading branch information
dinxsh authored and l-hellmann committed Nov 12, 2024
1 parent 91404e1 commit 8ba09a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/servicePush.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func servicePushCmd() *cmdBuilder.Cmd {
Short(i18n.T(i18n.CmdDescPush)).
Long(i18n.T(i18n.CmdDescPushLong)).
ScopeLevel(scope.Service).
Arg(scope.ServiceArgName, cmdBuilder.OptionalArg()).
StringFlag("workingDir", "./", i18n.T(i18n.BuildWorkingDir)).
StringFlag("archiveFilePath", "", i18n.T(i18n.BuildArchiveFilePath)).
StringFlag("versionName", "", i18n.T(i18n.BuildVersionName)).
Expand Down

0 comments on commit 8ba09a6

Please sign in to comment.