Skip to content

chore(cli): rename hidden dev/CI flags#55

Merged
bjoaquinc merged 3 commits into
develfrom
improvement/update-dev-cli-command-names
Jun 19, 2026
Merged

chore(cli): rename hidden dev/CI flags#55
bjoaquinc merged 3 commits into
develfrom
improvement/update-dev-cli-command-names

Conversation

@bjoaquinc

Copy link
Copy Markdown
Collaborator

Overview

Rename the two hidden testing/CI shortcuts so their names match what they do. Pure rename — no behavior change. Both remain hidden from --help.

Changes

  • --skip-uv-sync--scaffold-only (scaffold only; no deps, no first run).
  • --yes / -y--setup-only (scaffold + install deps; skip the first run). Dropped the -y short form.
  • Grouped both flags under a single comment in cli.py and moved --verbose above them.
  • Updated references in strings.py (MSG_TESTING_SHORTCUT_NOTE), config.py, display.py, and the unit + integration tests.

Tests

  • 113 unit tests pass; fast integration tests pass; ruff clean.
  • Verified no --yes / --skip-uv-sync references remain.

@bjoaquinc bjoaquinc merged commit 9055a58 into devel Jun 19, 2026
5 checks passed
@bjoaquinc bjoaquinc deleted the improvement/update-dev-cli-command-names branch June 19, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant