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: cmd/opts/opts.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -508,6 +508,7 @@ type DeployOpts struct {
508
508
Fixbool`long:"fix" description:"Recreate an instance with an unresponsive agent instead of erroring"`
509
509
FixReleasesbool`long:"fix-releases" description:"Reupload releases in manifest and replace corrupt or missing jobs/packages"`
510
510
SkipDrain []boshdir.SkipDrain`long:"skip-drain" value-name:"[INSTANCE-GROUP[/INSTANCE-ID]]" description:"Skip running drain and pre-stop scripts for specific instance groups" optional:"true" optional-value:"*"`
511
+
SkipUploadReleasesbool`long:"skip-upload-releases" description:"Skips the upload procedure for releases"`
511
512
512
513
Canariesstring`long:"canaries" description:"Override manifest values for canaries"`
513
514
MaxInFlightstring`long:"max-in-flight" description:"Override manifest values for max_in_flight"`
0 commit comments