We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e0d0a commit 1616c4bCopy full SHA for 1616c4b
lib/interface/cli/commands/pipeline/run.cf.js
@@ -62,7 +62,6 @@ function _buildBody(data) {
62
class RunExternalCommand extends RunBaseCommand {
63
async runImpl(request) {
64
const { pipelineName, options } = request;
65
- console.log(_buildBody(options));
66
this.workflowId = await sdk.pipelines.run({ name: pipelineName }, _buildBody(options));
67
if (this.executionRequests.length === 1) {
68
if (this.argv.detach) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.33.2",
+ "version": "0.33.3",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments