diff --git a/packages/graphql-codegen-cli/src/config.ts b/packages/graphql-codegen-cli/src/config.ts index 519d88c922a..51c7b9e7892 100644 --- a/packages/graphql-codegen-cli/src/config.ts +++ b/packages/graphql-codegen-cli/src/config.ts @@ -249,6 +249,10 @@ export function buildOptions() { type: 'boolean' as const, default: false, }, + check: { + describe: 'Enable dry-run mode to check if some new changes are detected', + type: 'boolean' as const, + }, d: { alias: 'debug', describe: 'Print debug logs to stdout',