Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zeropsio/zcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dinxsh/zcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 8, 2024

  1. fix: typo loged -> logged

    dinxsh authored Oct 8, 2024
    Copy the full SHA
    8ed31dc View commit details

Commits on Oct 9, 2024

  1. Copy the full SHA
    c1ac617 View commit details
  2. Copy the full SHA
    1c9d522 View commit details
  3. Copy the full SHA
    3437cba View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    df1748d View commit details
  2. Copy the full SHA
    e6321a0 View commit details
  3. Copy the full SHA
    88030be View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/cmd/servicePush.go
1 change: 1 addition & 0 deletions src/cmd/servicePush.go
Original file line number Diff line number Diff line change
@@ -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)).