Complete Apache Airflow keyboard shortcuts and commands reference — 10 shortcuts across 1 categories. Quick reference cheat sheet for Windows & Mac.
| Shortcut | Action |
|---|---|
| airflow dags list | List DAGs |
| airflow dags trigger <dag_id> | Trigger DAG |
| airflow dags pause <dag_id> | Pause DAG |
| airflow dags unpause <dag_id> | Unpause DAG |
| airflow tasks list <dag_id> | List tasks |
| airflow tasks run <dag_id> <task_id> <date> | Run task |
| airflow db init | Init database |
| airflow scheduler | Start scheduler |
| airflow webserver -p 8080 | Start webserver |
| airflow celery worker | Start worker |
The most essential Apache Airflow shortcuts are: airflow dags list (List DAGs), airflow dags trigger <dag_id> (Trigger DAG), airflow dags pause <dag_id> (Pause DAG).
The Apache Airflow shortcut for list dags is airflow dags list.
Yes — use My Stack to combine Apache Airflow shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.
Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"