Bump @primitivedotdev/cli to 0.25.2#74
Conversation
Ships --secret KEY=VALUE on functions:deploy and functions:redeploy, and the scaffolded handler's self-reply guard + REPLY_FROM constant.
Greptile SummaryThis patch adds
Confidence Score: 5/5Safe to merge — the change is additive and tightly scoped to error-path reporting with no impact on the happy path. Both deploy and redeploy happy paths are unchanged. The new No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Surface un-attempted keys when set-secre..." | Re-trigger Greptile |
Greptile follow-up: the set-secret failure hint named only the failed key, so a user re-running set-secret for that key alone would still leave any keys that came after it un-written. Track pendingKeys in the orchestrator result and list them in the stderr hint.
Summary
--secret KEY=VALUEonfunctions:deployandfunctions:redeployREPLY_FROMconstantTest plan
pnpm lintpnpm typecheckpnpm test(201 passed)