IT-DEV/saas/inky-tracker
- HTML 59.4%
- JavaScript 34.6%
- PowerShell 6%
croc v10 dropped both the positional code arg AND the --code flag for send (the help still lists --code but it prints 'use CROC_SECRET' and exits 0). Sender side now sets $env:CROC_SECRET = $job.code before calling 'croc send <zip>', mirroring the receiver fix in the previous commit. Also drops --yes from the sender call: it's a global flag that breaks positional file arg parsing on the send subcommand for some reason, and the sender doesn't get prompted anyway. Receiver still uses --yes to skip its confirm prompt. Cleans up CROC_SECRET in a finally block so it doesn't leak to the rest of the session. |
||
|---|---|---|
| playwright | ||
| public | ||
| scripts | ||
| src | ||
| test | ||
| .env.example | ||
| .gitignore | ||
| inky-tracker.service | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||
| tenants.csv | ||