amoghrajesh commented on PR #32495: URL: https://github.com/apache/airflow/pull/32495#issuecomment-1631048763
@potiuk need some help in resolving this error: ``` Parameter `--for-production` is not defined as option in dev/breeze/src/airflow_breeze/commands/publish_docs_commands.py in `breeze publish-docs`, but is present in the `breeze publish-docs` group in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands_config.py`. Please remove it from there or add parameter in the command. NOTE! This error might be printed when the option isadded twice in the command definition!. Parameter `--airflow-site-dir` is not defined as option in dev/breeze/src/airflow_breeze/commands/publish_docs_commands.py in `breeze publish-docs`, but is present in the `breeze publish-docs` group in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands_config.py`. Please remove it from there or add parameter in the command. NOTE! This error might be printed when the option isadded twice in the command definition!. Parameter `['-s', '--override-versioned']` is defined in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands.py` in `breeze publish-docs`, but does not belong to any group options in `breeze publish-docs` group in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands_config.py` and is not common. Please add it to relevant group or create new group there. Parameter `['-a', '--airflow-site-directory']` is defined in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands.py` in `breeze publish-docs`, but does not belong to any group options in `breeze publish-docs` group in `dev/breeze/src/airflow_breeze/commands/publish_docs_commands_config.py` and is not common. Please add it to relevant group or create new group there. ``` I do not completely understand what it means. I do not have any `publish_docs_commands.py` file at all. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
