strapi-plugin-config-sync/server
Jen Tak 3c0c6d7fdb feat(CLI): Exit with 1 when diff is not empty.
To make it easier to use the diff command in scripts and CI and to align
its API with POSIX diff and diffs on most systems exit with 1 when the
diff is not empty. Keep exiting with 0 when it is.

Fixes #66.
2022-09-04 11:27:01 +02:00
..
config fix: Filter records with missing data and register a warning about it in the Strapi logs. 2022-04-23 14:49:13 +02:00
controllers feat: Custom types & refactor of settings 2021-12-28 22:10:04 +01:00
routes fix: Production warning in admin 2021-12-08 16:05:45 +01:00
services chore: Add more declarative CLI error logging 2022-08-15 13:22:31 +02:00
utils fix: Order findMany queries by id 2022-04-22 09:46:51 +02:00
bootstrap.js feat: Allow other plugin to register their own config types 2022-06-09 12:17:13 +02:00
cli.js feat(CLI): Exit with 1 when diff is not empty. 2022-09-04 11:27:01 +02:00
config.js fix: Exclude 'core-store.plugin_upload_metrics' by default 2022-08-08 22:48:48 +02:00
register.js feat: Allow other plugin to register their own config types 2022-06-09 12:17:13 +02:00
warnings.js feat: Enhance CLI with more logging and descriptive actions 2021-12-28 23:46:48 +01:00