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
description: 'Run a pipeline and attach the created workflow logs.\nReturns an exist code according to the workflow finish status (Success: 0, Error: 1, Terminated: 2).',
14
16
builder: (yargs)=>{
15
17
yargs
16
-
.usage('Running a pipeline:\n'+
17
-
'\n'+
18
-
'1. Provide an explicit pipeline id\n'+
19
-
'\n'+
20
-
'2. Provide a pipeline name, repository owner and repository name \n')
21
18
.positional('id',{
22
19
describe: 'Pipeline id',
23
20
})
@@ -49,8 +46,9 @@ const run = new Command({
49
46
type: 'number',
50
47
default: 1,
51
48
})
52
-
.option('f',{
53
-
describe: 'Show and follow the logs of the created workflow',
0 commit comments