LICENSE
README.md
pyproject.toml
src/tailctl/__init__.py
src/tailctl/cli.py
src/tailctl/config.py
src/tailctl/forwarder.py
src/tailctl/instance_manager.py
src/tailctl/liveness.py
src/tailctl/log.py
src/tailctl/paths.py
src/tailctl/profiles.py
src/tailctl/registry.py
src/tailctl/signals.py
src/tailctl/tailscale.py
src/tailctl.egg-info/PKG-INFO
src/tailctl.egg-info/SOURCES.txt
src/tailctl.egg-info/dependency_links.txt
src/tailctl.egg-info/entry_points.txt
src/tailctl.egg-info/requires.txt
src/tailctl.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_fixtures.py
tests/test_forwarder.py
tests/test_instance_manager.py
tests/test_liveness.py
tests/test_log.py
tests/test_paths.py
tests/test_registry.py
tests/test_tailscale.py