airflowctl
A CLI tool to streamline getting started with Apache Airflow™ and managing multiple Airflow projects
File Explorer
Download Latest Version (.zip)- mlc-config.json
- ci.yaml
- example_dag_basic.py
- __init__.py
- uv.py
- virtualenv.py
- add_connections.py
- add_variables.py
- __init__.py
- connections.py
- install_airflow.py
- paths.py
- project.py
- variables.py
- __init__.py
- __main__.py
- cli.py
- example_dag_basic.py
- .gitignore
- requirements.txt
- settings.yaml
- __init__.py
- test_virtualenv.py
- __init__.py
- test_add_connections.py
- test_add_variables.py
- __init__.py
- test_cli.py
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kaxil/airflowctl
Downloads the entire project code from GitHub to your computer.
cd airflowctl
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install airflowctl
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install airflowctl
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
