@formigio/fazemos-cli 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4298,7 +4298,7 @@ step
4298
4298
  .action(async (instanceId, stepId, opts) => {
4299
4299
  try {
4300
4300
  const data = await api('POST', `/api/pipeline-instances/${instanceId}/steps/${stepId}/revise`, {
4301
- reason: opts.reason,
4301
+ feedback: opts.reason,
4302
4302
  });
4303
4303
  console.log(chalk.green(`Revision requested: ${data.step?.step_name || stepId}`));
4304
4304
  console.log(` Status: ${data.step?.status}`);