Skip to content

fix: replace raw echo with standard output helpers in db/create-deploy-script#704

Merged
dnyw4l3n13 merged 1 commit into
mainfrom
fix/620-replace-echo-with-output-helpers-in-create-deploy-script
Jun 23, 2026
Merged

fix: replace raw echo with standard output helpers in db/create-deploy-script#704
dnyw4l3n13 merged 1 commit into
mainfrom
fix/620-replace-echo-with-output-helpers-in-create-deploy-script

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace the bare-echo die() implementation in db/create-deploy-script with the standard implementation from the project's shell-script rules
  • Add the full set of standard output helpers (die, success, info) as defined in shell-scripts.instructions.md
  • die() now writes to stderr with colour support when attached to a terminal, matching the project convention

Closes #620

Test plan

  • shellcheck db/create-deploy-script passes
  • Script behaviour is preserved — argument parsing and error messages are unchanged
  • die writes to stderr with colour code when terminal is attached, plain when piped

@github-actions github-actions Bot added the auto-pr Pull request created automatically label Jun 23, 2026
@dnyw4l3n13 dnyw4l3n13 added AI-Work Work for an AI Agent Urgent Urgent Priority labels Jun 23, 2026
@dnyw4l3n13 dnyw4l3n13 enabled auto-merge June 23, 2026 11:45
@dnyw4l3n13

Copy link
Copy Markdown
Collaborator

All CI checks pass (build-pre-release and pull-request both green). Auto-merge has been enabled — the PR will merge automatically once any required conditions are met.

Comment thread db/create-deploy-script
…y-script

Replace the bare-echo die() implementation and add the full set of standard
output helpers (die, success, info) as defined in shell-scripts.instructions.md.
die() now writes to stderr with colour support, matching the project convention.

Closes #620

Prompt: Work on issue #620 in credfeto/scripts.
@dnyw4l3n13 dnyw4l3n13 force-pushed the fix/620-replace-echo-with-output-helpers-in-create-deploy-script branch from 11019e5 to 20e9746 Compare June 23, 2026 14:28
@credfeto

Copy link
Copy Markdown
Owner

Super-linter summary

Language Validation result
BASH Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@dnyw4l3n13 dnyw4l3n13 merged commit af2678a into main Jun 23, 2026
25 checks passed
@dnyw4l3n13 dnyw4l3n13 deleted the fix/620-replace-echo-with-output-helpers-in-create-deploy-script branch June 23, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Work Work for an AI Agent auto-pr Pull request created automatically Urgent Urgent Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace raw echo with output helpers in db/create-deploy-script

2 participants