Minor Changes
-
#3703
e600f029
Thanks @jspspike! - Added --local option for r2 commands to interact with local persisted r2 objects -
#3704
8e231afd
Thanks @JacobMGEvans! - secret:bulk exit 1 on failure
Previouslysecret"bulk
would only log an error on failure of any of the upload requests.
Now when 'secret:bulk' has an upload request fail it throws an Error which sends anprocess.exit(1)
at the root.catch()
signal.
This will enable error handling in programmatic uses ofsecret:bulk
. -
#3684
ff8603b6
Thanks @jspspike! - Added --local option for kv commands to interact with local persisted kv entries -
#3595
c302bec6
Thanks @geelen! - Removing the D1 shim from the build process, in preparation for the Open Beta. D1 can now be used with --no-bundle enabled. -
#3707
6de3c5ec
Thanks @dario-piotrowicz! - Added handling of .mjs files to be picked up by inside the Pages _worker.js directory
(currently only .js files are)