Expose new Jig SDK parameters in CLI#371
Merged
Merged
Conversation
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
narasul
reviewed
May 20, 2026
Comment on lines
+1510
to
+1513
| log_version: Annotated[ | ||
| Optional[str], | ||
| Parameter(name="--log-version", help="Deployment image version/tag or digest suffix to filter logs"), | ||
| ] = None, |
Contributor
There was a problem hiding this comment.
it should be image_version, and the help should say "Deployment image version (tag or last 4 characters of image digest) to filter logs"
Contributor
There was a problem hiding this comment.
Can you suggest a fix here in the github comment?
narasul
reviewed
May 20, 2026
Co-authored-by: Rasul Nabiyev <dev.rasul.nabiyev@gmail.com>
Co-authored-by: Rasul Nabiyev <dev.rasul.nabiyev@gmail.com>
Co-authored-by: Rasul Nabiyev <dev.rasul.nabiyev@gmail.com>
Co-authored-by: Rasul Nabiyev <dev.rasul.nabiyev@gmail.com>
narasul
approved these changes
May 20, 2026
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.
Base branch:
nextSummary
--log-version) and pass them through toretrieve_logs.--volume-version.Validation
python3 -m pytest tests/cli/test_beta_jig.py::TestBetaJigLogs::test_logs_forwards_sdk_filters tests/cli/test_beta_jig.py::TestBetaJigVolumes::test_describe_forwards_version tests/cli/test_beta_jig.py::TestBetaJigBuild::test_build_blocked_when_deploy_image_setpython3 -m ruff format --check src/together/lib/cli/api/beta/jig/jig.py src/together/lib/cli/utils/_help_examples.py tests/cli/test_beta_jig.py && python3 -m ruff check src/together/lib/cli/api/beta/jig/jig.py src/together/lib/cli/utils/_help_examples.py tests/cli/test_beta_jig.py