Skip to content

Rename CLI entrypoint to shift - #20

Merged
rtcoder merged 1 commit into
masterfrom
release/v0.14.1
Jun 17, 2026
Merged

Rename CLI entrypoint to shift#20
rtcoder merged 1 commit into
masterfrom
release/v0.14.1

Conversation

@rtcoder

@rtcoder rtcoder commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • rename the CLI entrypoint from shift.php to executable shift
  • switch the shebang to /usr/bin/env php and load bootstrap.php relative to the entrypoint
  • update command help text, generated command stubs, README, developer docs, tests, and CI examples to use ./shift
  • lint the extensionless CLI entrypoint in the API workflow

Tests

  • composer validate --no-check-publish
  • php -l shift
  • find src application tests -name '*.php' -print0 | xargs -0 -n1 php -l
  • composer test
  • ./shift route:list
  • ./shift health

@rtcoder rtcoder added the v0.14.1 Release v0.14.1 label Jun 17, 2026
@rtcoder
rtcoder merged commit 1bf6f41 into master Jun 17, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v0.14.1 Release v0.14.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant