File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ const { Formatter, Style } = require ( '../Formatter' ) ;
2+
3+ const FORMATTER = Formatter . build ( )
4+ . style ( 'name' , Style . cyan )
5+ . style ( 'created' , Style . dateDiff )
6+ . style ( 'updated' , Style . dateDiff ) ;
7+
8+ module . exports = FORMATTER ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const formatters = {
2323 Pipeline : require ( './Pipeline.formatter' ) ,
2424 Registry : require ( './Registry.formatter' ) ,
2525 Annotation : require ( './Annotations.formatter' ) ,
26+ StepType : require ( './StepType.formatter' ) ,
2627} ;
2728/* eslint-enable */
2829
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.31.0 " ,
3+ "version" : " 0.31.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