Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions airflow/cli/commands/legacy_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"create_user": "users create",
"delete_user": "users delete",
"dags backfill": "backfill create",
"webserver": "api-server",
}


Expand Down
12 changes: 12 additions & 0 deletions newsfragments/47131.significant.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The Airflow UI is now started with the ``airflow api-server`` command. The ``airflow webserver`` command has been removed.

* Types of change

* [ ] Dag changes
* [ ] Config changes
* [ ] API changes
* [x] CLI changes
* [ ] Behaviour changes
* [ ] Plugin changes
* [ ] Dependency changes
* [ ] Code interface changes