Releases: xpresserjs/cli
Releases · xpresserjs/cli
Support Cron.ts files
Provide support for cron.ts files
xjs-cli@next
This version came with some minor changes thanks to @techieoriname for the shelljs removal suggestion.
npm install xjs-cli@next -g
# OR
yarn global add xjs-cli@nextAchievements
- Faster cron jobs in production for
typescriptprojects. - Show colors when running a job in development.
- Better support for
-p | --prodoption.--prodoption will now run the job in production mode using the production settings inuse-xjs-cli.jsonfile.
- New show command option
-sc | --show-commandoption will print the command that will be executed to the console.
Changes
- Use Nodejs
execSyncin place of shellexec - Remove
ShellJsfrom dependencies - Add show command option.
- Update default
use-xjs-cli.jsonfile for js and ts projects. - Updated all packages to latest versions except
chalkandinqurierwhich are now ESM only. We are still usingCommonJSfor now.
Note
This version will stay in the next tag for a while before it is released as stable.