diff --git a/src/commands/base-command.ts b/src/commands/base-command.ts index d3b40a27b6e..938074e834a 100644 --- a/src/commands/base-command.ts +++ b/src/commands/base-command.ts @@ -263,6 +263,7 @@ export default class BaseCommand extends Command { .default(process.env.NETLIFY_PROXY_CERTIFICATE_FILENAME) .hideHelp(true), ) + .option('--config ', 'Path to the Netlify configuration file (default: netlify.toml in current or parent directories)') .option('--debug', 'Print debugging information') if (!COMMANDS_WITHOUT_WORKSPACE_OPTIONS.has(commandName)) {