Skip to content

Commit

Permalink
fix: add batch-mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Oct 31, 2018
1 parent e372359 commit 9ec3519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/jx/cmd/upgrade_extensions_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func NewCmdUpgradeExtensionsRepository(f Factory, in terminal.FileReader, out te
cmd.Flags().StringVarP(&options.InputFile, "input-file", "i", "jenkins-x-extensions-repository.yaml", "The input file to read to generate the .lock file")
cmd.Flags().StringVarP(&options.OutputFile, "output-file", "o", "jenkins-x-extensions-repository.lock.yaml", "The output .lock file")
cmd.Flags().BoolVarP(&options.Verbose, "verbose", "", false, "Enable verbose logging")
cmd.Flags().BoolVarP(&options.BatchMode, "batch-mode", "b", false, "Enable batch mode")
return cmd
}

Expand Down

0 comments on commit 9ec3519

Please sign in to comment.