LICENSE
README.md
pyproject.toml
avr_cli.egg-info/PKG-INFO
avr_cli.egg-info/SOURCES.txt
avr_cli.egg-info/dependency_links.txt
avr_cli.egg-info/entry_points.txt
avr_cli.egg-info/requires.txt
avr_cli.egg-info/top_level.txt
avrea_cli/__init__.py
avrea_cli/_build_info.py
avrea_cli/api_client.py
avrea_cli/audit.py
avrea_cli/auth.py
avrea_cli/billing.py
avrea_cli/click_ext.py
avrea_cli/config.py
avrea_cli/display.py
avrea_cli/docs_gen.py
avrea_cli/firewall.py
avrea_cli/helpers.py
avrea_cli/json_output.py
avrea_cli/log_display.py
avrea_cli/main.py
avrea_cli/metrics_display.py
avrea_cli/output.py
avrea_cli/paths.py
avrea_cli/repo_context.py
avrea_cli/transport.py
avrea_cli/version.py
avrea_cli/assets/logo_mark.svg
avrea_cli/commands/__init__.py
avrea_cli/commands/auth_cmd.py
avrea_cli/commands/cache.py
avrea_cli/commands/config_cmd.py
avrea_cli/commands/health.py
avrea_cli/commands/internal.py
avrea_cli/commands/job.py
avrea_cli/commands/log.py
avrea_cli/commands/org.py
avrea_cli/commands/repo.py
avrea_cli/commands/run.py
avrea_cli/commands/settings.py
avrea_cli/commands/status.py
avrea_cli/commands/workflow.py
tests/test_api_client.py
tests/test_auth.py
tests/test_auth_login.py
tests/test_cache.py
tests/test_display.py
tests/test_env_conventions.py
tests/test_global_flags.py
tests/test_helpers.py
tests/test_job_list.py
tests/test_job_metrics_cmd.py
tests/test_job_view_logs.py
tests/test_json_output.py
tests/test_lazy_registry.py
tests/test_log_display.py
tests/test_metrics_display.py
tests/test_output.py
tests/test_piped_output.py
tests/test_repo_context.py
tests/test_run_attempts.py
tests/test_run_list_flags.py
tests/test_run_logs.py
tests/test_run_view.py
tests/test_settings.py
tests/test_transport.py
tests/test_web_flag.py
tests/test_workflow_actions.py
tests/test_workflow_run.py
tests/test_workflow_view.py