Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use payload shorthand on workflow show #505

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

cretz
Copy link
Member

@cretz cretz commented Mar 25, 2024

What was changed

We use "JSON payload shorthand" by default in our JSON protos throughout the CLI. Payloads are notoriously hard to use as base64 input/output, so this helps others, but for workflow show -o json specifically it makes the JSON incompatible with SDK replayers. So we have disabled the default (and there's no real way to put the default back at this time, though we can discuss in the future if needed).

@cretz cretz requested a review from a team March 25, 2024 16:11
@cretz cretz merged commit 02e0975 into cli-rewrite Mar 25, 2024
6 checks passed
@cretz cretz deleted the show-shorthand branch March 25, 2024 18:21
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.

2 participants