Skip to content

Enhance FCLI Actions to support showAndCollect/collectAndShow output handling #884

@SangameshV

Description

@SangameshV

Enhancement Request

Currently, FCLI actions support the following output handling types, which direct output to either stdout or stderr:

  • suppress: Suppresses all output.
  • collect: Captures the output into an action variable.
  • show: Displays the output on stdout or stderr.

It would be useful to introduce an additional output handling type showAndCollect (or collectAndShow) that both displays the output in the console and simultaneously collects it into an action variable.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions