Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/commander/commander.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ program
.option('--baselineBranch <string>', 'Mark this build baseline')
.option('--baselineBuild <string>', 'Mark this build baseline')
.option('--githubURL <string>', 'GitHub URL including commitId')
.option('--userName <string>', 'Specify the LT username')
.option('--accessKey <string>', 'Specify the LT accesskey')
.addCommand(exec)
.addCommand(capture)
.addCommand(configWeb)
Expand Down
2 changes: 0 additions & 2 deletions src/commander/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ command
.option('--fetch-results [filename]', 'Fetch results and optionally specify an output file, e.g., <filename>.json')
.option('--buildName <string>', 'Specify the build name')
.option('--scheduled <string>', 'Specify the schedule ID')
.option('--userName <string>', 'Specify the LT username')
.option('--accessKey <string>', 'Specify the LT accesskey')
.option('--show-render-errors', 'Show render errors from SmartUI build')
.action(async function(execCommand, _, command) {
const options = command.optsWithGlobals();
Expand Down