.gitignore
LICENSE
Makefile
README.md
cmdline_test.py
pyproject.toml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/getting_started/getting_started.rst
docs/getting_started/install.rst
docs/tutorials/policy_management.rst
docs/tutorials/spyctl_basics.rst
docs/tutorials/tutorials.rst
docs/user/commands.rst
docs/user/configuration.rst
docs/user/resources.rst
docs/user/spyderbat_concepts.rst
spyctl/__init__.py
spyctl/api.py
spyctl/args.py
spyctl/cli.py
spyctl/filter_resource.py
spyctl/merge_lib.py
spyctl/spyctl.py
spyctl/spyctl_lib.py
spyctl.egg-info/PKG-INFO
spyctl.egg-info/SOURCES.txt
spyctl.egg-info/dependency_links.txt
spyctl.egg-info/entry_points.txt
spyctl.egg-info/requires.txt
spyctl.egg-info/top_level.txt
spyctl/archive/old_args.py
spyctl/archive/old_merge.py
spyctl/archive/old_spyctl.py
spyctl/commands/apply.py
spyctl/commands/create.py
spyctl/commands/delete.py
spyctl/commands/diff.py
spyctl/commands/get.py
spyctl/commands/merge.py
spyctl/config/configs.py
spyctl/config/secrets.py
spyctl/resources/baselines.py
spyctl/resources/clusters.py
spyctl/resources/containers.py
spyctl/resources/fingerprints.py
spyctl/resources/machines.py
spyctl/resources/namespaces.py
spyctl/resources/pods.py
spyctl/resources/policies.py
spyctl/tests/cmdline_test.py
spyctl/tests/create_pol.py
spyctl/tests/diff_test.py