LICENSE
README.md
pyproject.toml
src/ado_pipeline/__init__.py
src/ado_pipeline/api.py
src/ado_pipeline/banner.py
src/ado_pipeline/config.py
src/ado_pipeline/context.py
src/ado_pipeline/duplicate.py
src/ado_pipeline/favorites.py
src/ado_pipeline/git.py
src/ado_pipeline/pipelines.py
src/ado_pipeline/plan.py
src/ado_pipeline/cli/__init__.py
src/ado_pipeline/cli/build_cmd.py
src/ado_pipeline/cli/completions.py
src/ado_pipeline/cli/config_cmd.py
src/ado_pipeline/cli/context_cmd.py
src/ado_pipeline/cli/fav_cmd.py
src/ado_pipeline/cli/helpers.py
src/ado_pipeline/cli/main.py
src/ado_pipeline/cli/org_cmd.py
src/ado_pipeline/cli/pipeline_cmd.py
src/ado_pipeline/cli/project_cmd.py
src/adop_cli.egg-info/PKG-INFO
src/adop_cli.egg-info/SOURCES.txt
src/adop_cli.egg-info/dependency_links.txt
src/adop_cli.egg-info/entry_points.txt
src/adop_cli.egg-info/requires.txt
src/adop_cli.egg-info/top_level.txt
tests/test_api.py
tests/test_banner.py
tests/test_cli_commands.py
tests/test_cli_helpers.py
tests/test_context.py
tests/test_duplicate.py
tests/test_error_handling.py
tests/test_git.py
tests/test_helpers.py
tests/test_plan.py