diff --git a/commands/pipelines/info.js b/commands/pipelines/info.js index c2217c9..1813e7f 100644 --- a/commands/pipelines/info.js +++ b/commands/pipelines/info.js @@ -39,7 +39,7 @@ module.exports = { let owner if (context.flags.json) { - cli.styledJSON({pipeline, pipelineApps}) + cli.styledJSON({pipeline, apps: pipelineApps}) } else { cli.log(`name: ${pipeline.name}`)