fix: skip summary on empty CLI output; pin CLI v0.45.0; document reoclo.app label#1
Merged
Merged
Conversation
…nt reoclo.app label The step summary rendered even when the CLI failed and wrote nothing to stdout (e.g. a 400 from session creation), making jq choke and printing a spurious 'integer expression expected'. Only render the table when stdout is parseable JSON, and default errors_count to 0. Bump the pinned reoclo CLI to v0.45.0 (adds reoclo.app/reoclo.app-id label -> application_ref binding; install.sh sha256 unchanged). README setup step now documents binding by the reoclo.app label as the recommended option.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three changes:
400from session creation), makingjqchoke and printing a spuriousinteger expression expected. Now the table only renders when stdout is parseable JSON, anderrors_countdefaults to 0. The CLI's stderr still carries the real error and the step stillexit $rc.reoclo.app/reoclo.app-idlabel →application_refbinding (identity independent of container name).install.shsha256 unchanged.reoclo.applabel as the recommended option.Requires Reoclo API ≥ 1.74.0.