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). These cover the most frequent actions and can significantly speed up your workflow.
Apache Airflow has 10 keyboard shortcuts across 1 categories on shortcut-tools.com.
Simply press the key combination while Apache Airflow is focused. Most shortcuts work immediately. On Mac, replace Ctrl with Cmd and Alt with Option for most shortcuts.
The Apache Airflow shortcut for list dags is airflow dags list.
Apache Airflow includes 10 CLI Commands shortcuts, including airflow dags list (List DAGs) and airflow dags trigger <dag_id> (Trigger DAG). See the full list in the CLI Commands section above.
Apache Airflow includes 6 DAG Authoring Tips shortcuts, including @daily (Daily schedule) and @hourly (Hourly schedule). See the full list in the DAG Authoring Tips section above.
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?"