File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
lib/interface/cli/commands/trigger/event Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ const command = new Command({
44
44
} )
45
45
. example ( 'codefresh create trigger-event --type registry --kind dockerhub --value namespace=codefresh --value name=fortune --value action=push' , 'Create registry/dockerhub trigger-event' )
46
46
. example ( 'codefresh create trigger-event --type cron --kind codefresh --value expression="0 0 */1 * * *" --value message=hello' , 'Create cron (once in hour) trigger-event' )
47
- . example ( 'codefresh create trigger-event --type cron --kind codefresh --value expression="@daily" --value message=hello-all' , 'Create daily cron trigger-event' )
48
- . example ( 'codefresh create trigger-event --type git --kind github --value owner=codefresh-io --value name=cf-api --value action=push' , 'Create git trigger-event' ) ;
47
+ . example ( 'codefresh create trigger-event --type cron --kind codefresh --value expression="@daily" --value message=hello-all' , 'Create daily cron trigger-event' ) ;
49
48
50
49
} ,
51
50
handler : async ( argv ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.33.0 " ,
3
+ "version" : " 0.33.1 " ,
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