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({
82
82
if ( ! _ . isEmpty ( pipelines ) ) {
83
83
const MatchPipelines = _ . isArray ( pipelines ) ? pipelines : [ pipelines ] ;
84
84
_ . forEach ( MatchPipelines , ( currPipeline ) => {
85
- pipelineIds . push ( currPipeline . info . id ) ;
85
+ pipelineIds . push ( currPipeline . info . metadata . id ) ;
86
86
} ) ;
87
87
} else if ( _ . isEmpty ( pipelineIds ) ) {
88
88
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) => {
46
46
page : options . page ,
47
47
status : options . status ,
48
48
trigger : options . trigger ,
49
- service : options . pipelineIds ,
49
+ pipeline : options . pipelineIds ,
50
50
} ;
51
51
52
52
const RequestOptions = {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.51 " ,
3
+ "version" : " 0.8.52 " ,
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