You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update/application.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ type applicationCmd struct {
49
49
DeleteScheduledJob*string`help:"Delete a scheduled job by name"`
50
50
RetryRelease*bool`help:"Retries release for the application." placeholder:"false"`
51
51
RetryBuild*bool`help:"Retries build for the application if set to true." placeholder:"false"`
52
+
Pause*bool`help:"Pauses the application if set to true. Stops all costs." placeholder:"false"`
52
53
GitInformationServiceURLstring`help:"URL of the git information service." default:"https://git-info.deplo.io" env:"GIT_INFORMATION_SERVICE_URL" hidden:""`
53
54
SkipRepoAccessCheckbool`help:"Skip the git repository access check" default:"false"`
0 commit comments