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({
4444 } )
4545 . example ( 'codefresh create trigger-event --type registry --kind dockerhub --value namespace=codefresh --value name=fortune --value action=push' , 'Create registry/dockerhub trigger-event' )
4646 . 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' ) ;
4948
5049 } ,
5150 handler : async ( argv ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.33.0 " ,
3+ "version" : " 0.33.1 " ,
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