File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
lib/interface/cli/commands/pipeline Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11const debug = require ( 'debug' ) ( 'codefresh:cli:run:pipeline' ) ;
2- const colors = require ( 'colors' ) ;
32const Command = require ( '../../Command' ) ;
43const { crudFilenameOption } = require ( '../../helpers/general' ) ;
54const RunLocalCommand = require ( './run.local' ) ;
@@ -24,14 +23,6 @@ const run = new Command({
2423 } ,
2524 builder : ( yargs ) => {
2625 yargs
27- . check ( ( argv ) => {
28- const { trigger, branch, sha } = argv ;
29-
30- if ( ( branch || sha ) && ! trigger ) {
31- console . log ( colors . yellow ( 'Deprecation warning: usage of --sha or --branch without --trigger flag is deprecated' ) ) ;
32- }
33- return true ;
34- } )
3526 . option ( 'trigger' , {
3627 describe : 'Trigger id or name' ,
3728 alias : 't' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.81.3 " ,
3+ "version" : " 0.81.4 " ,
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