File tree 2 files changed +2
-2
lines changed
lib/interface/cli/commands/pipeline
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({
118
118
. option ( 'debug' , {
119
119
describe : 'debug mode' ,
120
120
} )
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' )
122
122
. example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -b=master' , 'Defining the source control context using a branch' )
123
123
. example ( 'codefresh run PIPELINE_ID | PIPELINE_NAME -s=52b992e783d2f84dd0123c70ac8623b4f0f938d1' , 'Defining the source control context using a commit' )
124
124
. 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 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.37.5 " ,
3
+ "version" : " 0.37.6 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments