Skip to content

export workflow --output json returns "nul" as output#84

Merged
privateip merged 1 commit intoitential:develfrom
privateip:export-workflow-output
Mar 22, 2025
Merged

export workflow --output json returns "nul" as output#84
privateip merged 1 commit intoitential:develfrom
privateip:export-workflow-output

Conversation

@privateip
Copy link
Member

When running the export workflow ... command using the --output json command line option, the application will return "null" to stdout. This only happens when using the --output json flag (or if the default output is set to json). This fix will now return the actual workflow object to stdout.

fixes #81

When running the `export workflow ...` command using the `--output json`
command line option, the application will return "null" to stdout.
This only happens when using the `--output json` flag (or if the default
output is set to `json`).  This fix will now return the actual workflow
object to stdout.

fixes #81
@privateip privateip merged commit c36a72e into itential:devel Mar 22, 2025
1 check passed
@privateip privateip deleted the export-workflow-output branch March 22, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ipctl export workflow with --output json works, but reports "null"

1 participant