.gitignore
LICENSE.md
MANIFEST.in
Makefile
README.md
TESTING.md
VERSION
context.md
context.yml
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/python-tests.yml
ftf_cli/__init__.py
ftf_cli/cli.py
ftf_cli/operations.py
ftf_cli/schema.py
ftf_cli/utils.py
ftf_cli.egg-info/PKG-INFO
ftf_cli.egg-info/SOURCES.txt
ftf_cli.egg-info/dependency_links.txt
ftf_cli.egg-info/entry_points.txt
ftf_cli.egg-info/requires.txt
ftf_cli.egg-info/top_level.txt
ftf_cli/commands/__init__.py
ftf_cli/commands/add_import.py
ftf_cli/commands/add_input.py
ftf_cli/commands/add_variable.py
ftf_cli/commands/delete_module.py
ftf_cli/commands/expose_provider.py
ftf_cli/commands/generate_module.py
ftf_cli/commands/get_output_type_details.py
ftf_cli/commands/get_output_types.py
ftf_cli/commands/get_resources.py
ftf_cli/commands/login.py
ftf_cli/commands/preview_module.py
ftf_cli/commands/register_output_type.py
ftf_cli/commands/validate_directory.py
ftf_cli/commands/validate_facets.py
ftf_cli/commands/templates/__init__.py
ftf_cli/commands/templates/facets.yaml.j2
ftf_cli/commands/templates/main.tf.j2
ftf_cli/commands/templates/outputs.tf.j2
ftf_cli/commands/templates/variables.tf.j2
tests/conftest.py
tests/test_module_operations.py
tests/test_utils.py
tests/test_utils_validation.py
tests/commands/test_add_input.py
tests/commands/test_add_variable.py
tests/commands/test_expose_provider.py
tests/commands/test_get_output_type_details.py
tests/commands/test_get_output_types.py
tests/commands/test_login.py
tests/commands/test_preview_module.py
tests/integration/test_cli_commands.py