LICENSE
README.md
pyproject.toml
src/taskfile/__init__.py
src/taskfile/__main__.py
src/taskfile/cache.py
src/taskfile/cirunner.py
src/taskfile/compose.py
src/taskfile/converters.py
src/taskfile/fleet.py
src/taskfile/graph.py
src/taskfile/health.py
src/taskfile/importer.py
src/taskfile/landing.py
src/taskfile/models.py
src/taskfile/notifications.py
src/taskfile/parser.py
src/taskfile/provisioner.py
src/taskfile/quadlet.py
src/taskfile/registry.py
src/taskfile/ssh.py
src/taskfile/watch.py
src/taskfile.egg-info/PKG-INFO
src/taskfile.egg-info/SOURCES.txt
src/taskfile.egg-info/dependency_links.txt
src/taskfile.egg-info/entry_points.txt
src/taskfile.egg-info/requires.txt
src/taskfile.egg-info/top_level.txt
src/taskfile/api/__init__.py
src/taskfile/api/app.py
src/taskfile/api/models.py
src/taskfile/cigen/__init__.py
src/taskfile/cigen/base.py
src/taskfile/cigen/drone.py
src/taskfile/cigen/gitea.py
src/taskfile/cigen/github.py
src/taskfile/cigen/gitlab.py
src/taskfile/cigen/jenkins.py
src/taskfile/cigen/makefile.py
src/taskfile/cli/__init__.py
src/taskfile/cli/api_cmd.py
src/taskfile/cli/auth.py
src/taskfile/cli/cache_cmds.py
src/taskfile/cli/ci.py
src/taskfile/cli/completion.py
src/taskfile/cli/deploy.py
src/taskfile/cli/diagnostics.py
src/taskfile/cli/docker_cmds.py
src/taskfile/cli/fleet.py
src/taskfile/cli/health.py
src/taskfile/cli/import_export.py
src/taskfile/cli/info_cmd.py
src/taskfile/cli/main.py
src/taskfile/cli/quadlet.py
src/taskfile/cli/registry_cmds.py
src/taskfile/cli/release.py
src/taskfile/cli/setup.py
src/taskfile/cli/version.py
src/taskfile/cli/interactive/__init__.py
src/taskfile/cli/interactive/menu.py
src/taskfile/cli/interactive/wizards.py
src/taskfile/runner/__init__.py
src/taskfile/runner/commands.py
src/taskfile/runner/core.py
src/taskfile/runner/functions.py
src/taskfile/runner/resolver.py
src/taskfile/runner/ssh.py
src/taskfile/scaffold/__init__.py
src/taskfile/scaffold/codereview.py
src/taskfile/scaffold/full.py
src/taskfile/scaffold/minimal.py
src/taskfile/scaffold/multiplatform.py
src/taskfile/scaffold/podman.py
src/taskfile/scaffold/publish.py
src/taskfile/scaffold/web.py
src/taskfile/scaffold/templates/codereview.yml
src/taskfile/scaffold/templates/full.yml
src/taskfile/scaffold/templates/iot.yml
src/taskfile/scaffold/templates/kubernetes.yml
src/taskfile/scaffold/templates/minimal.yml
src/taskfile/scaffold/templates/multiplatform.yml
src/taskfile/scaffold/templates/podman.yml
src/taskfile/scaffold/templates/publish.yml
src/taskfile/scaffold/templates/terraform.yml
src/taskfile/scaffold/templates/web.yml
src/taskfile/webui/__init__.py
src/taskfile/webui/dashboard.py
src/taskfile/webui/handlers.py
src/taskfile/webui/server.py
tests/test_api.py
tests/test_auth.py
tests/test_cigen.py
tests/test_cli.py
tests/test_compose.py
tests/test_docker_e2e.py
tests/test_e2e_examples.py
tests/test_fleet.py
tests/test_health.py
tests/test_landing.py
tests/test_models.py
tests/test_parser.py
tests/test_provisioner.py
tests/test_quadlet.py
tests/test_release.py
tests/test_resolver.py
tests/test_runner.py
tests/test_scaffold.py
tests/test_setup.py