pyproject.toml
src/fedctl/__init__.py
src/fedctl/__main__.py
src/fedctl/cli.py
src/fedctl.egg-info/PKG-INFO
src/fedctl.egg-info/SOURCES.txt
src/fedctl.egg-info/dependency_links.txt
src/fedctl.egg-info/entry_points.txt
src/fedctl.egg-info/requires.txt
src/fedctl.egg-info/top_level.txt
src/fedctl/build/__init__.py
src/fedctl/build/build.py
src/fedctl/build/dockerfile.py
src/fedctl/build/errors.py
src/fedctl/build/inspect.py
src/fedctl/build/push.py
src/fedctl/build/state.py
src/fedctl/build/tagging.py
src/fedctl/commands/__init__.py
src/fedctl/commands/address.py
src/fedctl/commands/build.py
src/fedctl/commands/configure.py
src/fedctl/commands/deploy.py
src/fedctl/commands/destroy.py
src/fedctl/commands/discover.py
src/fedctl/commands/doctor.py
src/fedctl/commands/inspect.py
src/fedctl/commands/local.py
src/fedctl/commands/ping.py
src/fedctl/commands/register.py
src/fedctl/commands/run.py
src/fedctl/commands/status.py
src/fedctl/config/__init__.py
src/fedctl/config/io.py
src/fedctl/config/merge.py
src/fedctl/config/paths.py
src/fedctl/config/repo.py
src/fedctl/config/schema.py
src/fedctl/deploy/__init__.py
src/fedctl/deploy/destroy.py
src/fedctl/deploy/errors.py
src/fedctl/deploy/naming.py
src/fedctl/deploy/plan.py
src/fedctl/deploy/render.py
src/fedctl/deploy/resolve.py
src/fedctl/deploy/spec.py
src/fedctl/deploy/status.py
src/fedctl/deploy/submit.py
src/fedctl/nomad/__init__.py
src/fedctl/nomad/client.py
src/fedctl/nomad/errors.py
src/fedctl/nomad/nodeview.py
src/fedctl/project/__init__.py
src/fedctl/project/errors.py
src/fedctl/project/flwr_inspect.py
src/fedctl/project/pyproject_patch.py
src/fedctl/state/__init__.py
src/fedctl/state/errors.py
src/fedctl/state/manifest.py
src/fedctl/state/store.py
src/fedctl/util/console.py
tests/test_config.py
tests/test_deploy_render.py
tests/test_deploy_submit_resolve.py
tests/test_discover.py
tests/test_flwr_inspect.py
tests/test_local.py
tests/test_nomad_client.py
tests/test_ping.py
tests/test_pyproject_patch.py
tests/test_smoke.py
tests/test_state_store.py