feat: add CLI wrapper script for container management#124
Draft
cmagina wants to merge 1 commit intoredhat-et:mainfrom
Draft
feat: add CLI wrapper script for container management#124cmagina wants to merge 1 commit intoredhat-et:mainfrom
cmagina wants to merge 1 commit intoredhat-et:mainfrom
Conversation
Add triton-dev-containers.sh as a convenient CLI tool for managing development containers without requiring direct Makefile interaction. Features: - User-friendly command-line interface - Wraps Makefile targets with better UX - Provides help and usage information - Simplifies common container operations - Supports all framework and variant combinations Benefits: - Lowers barrier to entry for new users - Provides a more intuitive interface than make commands - Maintains all functionality of the Makefile - Can be used as a standalone script This tool complements the Makefile (PR redhat-et#122) by providing an alternative interface that some users may find more accessible. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Summary
This PR is part 10 of 11 in the rework modernization effort. It adds a CLI wrapper script for easier container management.
Changes:
triton-dev-containers.shCLI toolFeatures:
Why this change?
While the Makefile (PR #122) provides powerful functionality, it can be:
The CLI tool addresses this by:
Example usage:
Testing:
Dependencies:
🤖 Generated with Claude Code