LICENSE
README.md
pyproject.toml
src/firestore_schema_migration.egg-info/PKG-INFO
src/firestore_schema_migration.egg-info/SOURCES.txt
src/firestore_schema_migration.egg-info/dependency_links.txt
src/firestore_schema_migration.egg-info/entry_points.txt
src/firestore_schema_migration.egg-info/requires.txt
src/firestore_schema_migration.egg-info/top_level.txt
src/firesync/__init__.py
src/firesync/__main__.py
src/firesync/cli.py
src/firesync/config.py
src/firesync/gcloud.py
src/firesync/main.py
src/firesync/normalizers.py
src/firesync/operations.py
src/firesync/schema.py
src/firesync/workspace.py
src/firesync/commands/__init__.py
src/firesync/commands/apply.py
src/firesync/commands/env.py
src/firesync/commands/init.py
src/firesync/commands/plan.py
src/firesync/commands/pull.py
tests/test_cli.py
tests/test_config.py
tests/test_normalizers.py
tests/test_operations.py
tests/test_schema.py
tests/test_workspace.py