File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
interface/cli/commands/workflow Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const command = new Command({
8282 if ( ! _ . isEmpty ( pipelines ) ) {
8383 const MatchPipelines = _ . isArray ( pipelines ) ? pipelines : [ pipelines ] ;
8484 _ . forEach ( MatchPipelines , ( currPipeline ) => {
85- pipelineIds . push ( currPipeline . info . id ) ;
85+ pipelineIds . push ( currPipeline . info . metadata . id ) ;
8686 } ) ;
8787 } else if ( _ . isEmpty ( pipelineIds ) ) {
8888 throw new CFError ( 'Cannot find any builds with these pipelines names' ) ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const getWorkflows = async (options) => {
4646 page : options . page ,
4747 status : options . status ,
4848 trigger : options . trigger ,
49- service : options . pipelineIds ,
49+ pipeline : options . pipelineIds ,
5050 } ;
5151
5252 const RequestOptions = {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.8.51 " ,
3+ "version" : " 0.8.52 " ,
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