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

feat: support JSON output from bundle gui-submit #380

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

joel-wong-aws
Copy link
Contributor

Copied from #357
This is a simplified version of that PR.

What was the problem/requirement? (What/Why)

In a DCC integration, I was trying to read out the most recently submitted job settings. The bundle GUI submitter prints a human readable output with the bundle directory path where the settings can be found. but the response is not machine readable.

What was the solution? (How)

Add a JSON output option.

What is the impact of this change?

Scripts calling the GUI submitter can easily read back where the job bundle is saved and what the submitted job ID is.

How was this change tested?

Unit tests and manually running the CLI commands.

Was this change documented?

Auto-documented in the CLI help.

Is this a breaking change?

No - new minor feature.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com>
@joel-wong-aws joel-wong-aws merged commit eb9acb0 into aws-deadline:mainline Jul 2, 2024
15 checks passed
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.

4 participants