.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yaml
HACKING.rst
LICENSE
README.rst
pyproject.toml
tox.ini
.github/.jira_sync_config.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yaml
.github/release-drafter.yml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/check-renovate.yaml
.github/workflows/cla-check.yaml
.github/workflows/docs.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
.github/workflows/tests.yaml
craft_application/__init__.py
craft_application/_config.py
craft_application/_version.py
craft_application/application.py
craft_application/errors.py
craft_application/grammar.py
craft_application/py.typed
craft_application/secrets.py
craft_application.egg-info/PKG-INFO
craft_application.egg-info/SOURCES.txt
craft_application.egg-info/dependency_links.txt
craft_application.egg-info/requires.txt
craft_application.egg-info/top_level.txt
craft_application/commands/__init__.py
craft_application/commands/base.py
craft_application/commands/lifecycle.py
craft_application/commands/other.py
craft_application/git/__init__.py
craft_application/git/_errors.py
craft_application/git/_git_repo.py
craft_application/git/_models.py
craft_application/launchpad/__init__.py
craft_application/launchpad/errors.py
craft_application/launchpad/launchpad.py
craft_application/launchpad/util.py
craft_application/launchpad/models/__init__.py
craft_application/launchpad/models/base.py
craft_application/launchpad/models/build.py
craft_application/launchpad/models/code.py
craft_application/launchpad/models/distro.py
craft_application/launchpad/models/project.py
craft_application/launchpad/models/recipe.py
craft_application/misc/instance_bashrc
craft_application/models/__init__.py
craft_application/models/base.py
craft_application/models/constraints.py
craft_application/models/grammar.py
craft_application/models/metadata.py
craft_application/models/project.py
craft_application/remote/__init__.py
craft_application/remote/errors.py
craft_application/remote/git.py
craft_application/remote/utils.py
craft_application/remote/worktree.py
craft_application/services/__init__.py
craft_application/services/base.py
craft_application/services/config.py
craft_application/services/lifecycle.py
craft_application/services/package.py
craft_application/services/provider.py
craft_application/services/remotebuild.py
craft_application/services/request.py
craft_application/services/service_factory.py
craft_application/util/__init__.py
craft_application/util/callbacks.py
craft_application/util/docs.py
craft_application/util/error_formatting.py
craft_application/util/logging.py
craft_application/util/paths.py
craft_application/util/platforms.py
craft_application/util/repositories.py
craft_application/util/retry.py
craft_application/util/snap_config.py
craft_application/util/string.py
craft_application/util/yaml.py
docs/conf.py
docs/index.rst
docs/explanation/build-plans.rst
docs/explanation/index.rst
docs/howto/index.rst
docs/howto/partitions.rst
docs/reference/changelog.rst
docs/reference/environment-variables.rst
docs/reference/index.rst
docs/reference/platforms.rst
docs/tutorials/index.rst
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_application.py
tests/integration/test_version.py
tests/integration/data/build-secrets/testcraft.yaml
tests/integration/data/build-secrets/secret-source-folder/source-file.txt
tests/integration/data/invalid_projects/build-error/testcraft.yaml
tests/integration/data/valid_projects/adoption/stderr
tests/integration/data/valid_projects/adoption/testcraft.yaml
tests/integration/data/valid_projects/basic/stderr
tests/integration/data/valid_projects/basic/testcraft.yaml
tests/integration/data/valid_projects/build-for-all/stderr
tests/integration/data/valid_projects/build-for-all/testcraft.yaml
tests/integration/data/valid_projects/environment/stderr
tests/integration/data/valid_projects/environment/testcraft.yaml
tests/integration/data/valid_projects/grammar/stderr
tests/integration/data/valid_projects/grammar/testcraft.yaml
tests/integration/data/valid_projects/grammar/src/on-amd64-to-amd64/hello.txt
tests/integration/data/valid_projects/grammar/src/on-amd64-to-arm64/hello.txt
tests/integration/launchpad/__init__.py
tests/integration/launchpad/conftest.py
tests/integration/launchpad/test_anonymous_access.py
tests/integration/services/__init__.py
tests/integration/services/test_lifecycle.py
tests/integration/services/test_provider.py
tests/integration/services/test_remotebuild.py
tests/integration/services/test_request.py
tests/integration/services/test_service_factory.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_application.py
tests/unit/test_errors.py
tests/unit/test_grammar.py
tests/unit/test_nothing.py
tests/unit/test_secrets.py
tests/unit/commands/__init__.py
tests/unit/commands/test_base.py
tests/unit/commands/test_lifecycle.py
tests/unit/commands/test_other.py
tests/unit/git/__init__.py
tests/unit/git/test_errors.py
tests/unit/git/test_git.py
tests/unit/launchpad/__init__.py
tests/unit/launchpad/conftest.py
tests/unit/launchpad/test_launchpad.py
tests/unit/launchpad/test_util.py
tests/unit/launchpad/models/__init__.py
tests/unit/launchpad/models/test_base.py
tests/unit/launchpad/models/test_code.py
tests/unit/models/__init__.py
tests/unit/models/test_base.py
tests/unit/models/test_constraints.py
tests/unit/models/test_grammar.py
tests/unit/models/test_project.py
tests/unit/models/project_models/basic_project.yaml
tests/unit/models/project_models/full_project.yaml
tests/unit/models/project_models/invalid_project.yaml
tests/unit/remote/__init__.py
tests/unit/remote/conftest.py
tests/unit/remote/test_errors.py
tests/unit/remote/test_git.py
tests/unit/remote/test_utils.py
tests/unit/remote/test_worktree.py
tests/unit/services/__init__.py
tests/unit/services/conftest.py
tests/unit/services/test_config.py
tests/unit/services/test_lifecycle.py
tests/unit/services/test_package.py
tests/unit/services/test_provider.py
tests/unit/services/test_remotebuild.py
tests/unit/services/test_repositories.py
tests/unit/services/test_request.py
tests/unit/services/test_service_factory.py
tests/unit/util/__init__.py
tests/unit/util/test_docs.py
tests/unit/util/test_error_formatting.py
tests/unit/util/test_logging.py
tests/unit/util/test_paths.py
tests/unit/util/test_platforms.py
tests/unit/util/test_retry.py
tests/unit/util/test_snap_config.py
tests/unit/util/test_string.py
tests/unit/util/test_yaml.py
tests/unit/util/invalid_yaml/_README
tests/unit/util/invalid_yaml/duplicate_second_level.yaml-invalid
tests/unit/util/invalid_yaml/duplicate_top_level.yaml-invalid
tests/unit/util/invalid_yaml/unhashable.yaml-invalid
tests/unit/util/valid_yaml/empty.yaml