feat: Enhanced Project Interaction with exec.sh
to shell.sh
Transition
#66
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.
Project Script Revisions and Additions: Alignment with Ticket #35
Revisions in
commands/project/exec.sh
exec
command toshell
, in line with user feedback and suggestions captured in GitHub ticket #35. A notification (_logYellow
) alerts users to this change, enhancing understandability and usage consistency.Removal of
commands/project/exec/root.sh
Addition of
commands/project/shell.sh
project:shell
command (aliasesp:s
,shell
), as suggested in ticket #35, for opening a shell with userdde
in the first container. This script enhances the project's flexibility and user accessibility by incorporating checks for project initialization, service existence, and service operational status.Addition of
commands/project/shell/root.sh
project:shell:root
(aliasesp:s:r
,shell-root
), has been added to offer a privileged shell access option within the first container. This addition addresses needs highlighted in ticket #35 for more granular control and access within the project environment.