Skip to content

feat(cli): add stg alias for stage command#126

Merged
mpyw merged 1 commit intomainfrom
feat/stage-stg-alias
Jan 15, 2026
Merged

feat(cli): add stg alias for stage command#126
mpyw merged 1 commit intomainfrom
feat/stage-stg-alias

Conversation

@mpyw
Copy link
Copy Markdown
Owner

@mpyw mpyw commented Jan 15, 2026

Summary

  • Add stg as an alias for the stage command

Usage

# These are now equivalent:
suve stage status
suve stg status

suve stage apply
suve stg apply

Test plan

  • go test ./internal/cli/commands/stage/...

🤖 Generated with Claude Code

@github-actions github-actions bot added go Pull requests that update Go code cli CLI functionality labels Jan 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.35%. Comparing base (387bc5c) to head (9755bc5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   90.35%   90.35%           
=======================================
  Files         132      132           
  Lines        7745     7746    +1     
=======================================
+ Hits         6998     6999    +1     
  Misses        503      503           
  Partials      244      244           
Flag Coverage Δ
e2e 67.77% <100.00%> (+<0.01%) ⬆️
platform-darwin 64.38% <ø> (ø)
platform-linux 62.85% <ø> (ø)
platform-windows 73.46% <ø> (ø)
unittests 79.69% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 15, 2026
@mpyw mpyw force-pushed the feat/stage-stg-alias branch 2 times, most recently from f92196e to 9587c57 Compare January 15, 2026 05:51
@mpyw mpyw enabled auto-merge (squash) January 15, 2026 05:52
@mpyw mpyw force-pushed the feat/stage-stg-alias branch from 9587c57 to fa2ad67 Compare January 15, 2026 05:53
Add `stg` as a shorthand alias for the `stage` command, following
the existing pattern for service aliases (ssm/ps for param, sm for secret).

Changes:
- Add Aliases: []string{"stg"} to stage command
- Update CLAUDE.md and README.md documentation
- Add test for stg alias

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mpyw mpyw force-pushed the feat/stage-stg-alias branch from fa2ad67 to 9755bc5 Compare January 15, 2026 05:54
@mpyw mpyw merged commit 03d8a40 into main Jan 15, 2026
23 checks passed
@mpyw mpyw deleted the feat/stage-stg-alias branch January 15, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli CLI functionality documentation Improvements or additions to documentation go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant