Complete Apache Airflow keyboard shortcuts and commands reference — 16 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.
Apache Airflow is a popular automation platform used by professionals worldwide. Learning keyboard shortcuts can dramatically speed up your workflow — studies show shortcut users save an average of 8 days per year compared to mouse-only users.
This page covers all 16 Apache Airflow shortcuts across 2 categories: CLI Commands, DAG Authoring Tips. Each shortcut includes a description to help you understand when and how to use it effectively.
| 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 |
| Shortcut | Action |
|---|---|
| @daily | Daily schedule |
| @hourly | Hourly schedule |
| catchup=False | Disable backfill |
| task >> next_task | Set dependency |
| PythonOperator | Python task |
| BashOperator | Shell task |
Apache Airflow's 16 shortcuts on this page are organized into 2 categories: CLI Commands (10), DAG Authoring Tips (6). CLI Commands is the largest group with 10 shortcuts — a good place to focus first if you're building muscle memory from scratch.
Unlike many tools we cover, Apache Airflow's key combinations here don't heavily overlap with other platforms in our database — worth learning on their own terms rather than by analogy.
New to Apache Airflow? Start with CLI Commands above — it's usually where the shortcuts you'll reach for constantly live. Once those feel automatic, work through DAG Authoring Tips to round out your workflow.
Want this on paper? The printable cheat sheet turns these 16 shortcuts into a one-page PDF you can pin above your desk. Prefer to learn by doing? Shortcut Speedrun turns memorization into a timed typing challenge with a global leaderboard, so you find out which Apache Airflow shortcuts you actually remember under pressure.
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 16 keyboard shortcuts across 2 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.
Start with the essentials: Learn airflow dags list (List DAGs) and airflow dags trigger <dag_id> (Trigger DAG) first — these are the most commonly used.
Practice daily: Pick 2–3 new shortcuts each day and consciously use them instead of the mouse. Within a week, they become muscle memory.
Print this cheat sheet: Keep a reference nearby until shortcuts become automatic. Focus on the CLI Commands category first.
Productivity tip: Navigation and formatting shortcuts give the biggest time savings. Start with the shortcuts you'd use in every session.
Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"