Fix CLI deployment inactivity timeout and help usage name#1457
Fix CLI deployment inactivity timeout and help usage name#1457ChiragAgg5k merged 3 commits intomasterfrom
Conversation
Greptile SummaryThis PR fixes two independent issues in the CLI: it pins Commander's Confidence Score: 5/5Safe to merge — both changes are well-scoped and the inactivity timeout logic is sound. No P0/P1 findings. The inactivity tracker correctly initialises No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix(cli): remove unused timeout tracker ..." | Re-trigger Greptile |
Summary
appwritefor nested commands instead of the compiled binary basenameTesting
docker run --rm -v "$PWD":/app -w /app php:8.3-cli php example.php clicd examples/cli && bun run build:clicd examples/cli && node dist/cli.cjs sites get-deployment --helpcomposer lint-twig