File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/interface/cli/commands/pipeline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const run = new Command({
118118 . option ( 'debug' , {
119119 describe : 'debug mode' ,
120120 } )
121- . example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -trigger TRIGGER_ID | TRIGGER_NAME -b=master' , 'Choosing a specific trigger' )
121+ . example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -- trigger TRIGGER_ID | TRIGGER_NAME -b=master' , 'Choosing a specific trigger' )
122122 . example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -b=master' , 'Defining the source control context using a branch' )
123123 . example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -s=52b992e783d2f84dd0123c70ac8623b4f0f938d1' , 'Defining the source control context using a commit' )
124124 . example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -b=master -v key1=value1 -v key2=value2' , 'Setting variables through the command' )
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.37.5 " ,
3+ "version" : " 0.37.6 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments