Fix `astro remote deploy` to consider client dependency files for installation during image build by feluelle · Pull Request #1980 · astronomer/astro-cli

neel-astro

neel-astro

@feluelle

- Introduced `ClientBuildContext` to manage temporary build directories for client deployments.
- Implemented `prepareClientBuildContext` to create a build context without modifying original project files.
- Added `setupClientDependencyFiles` to handle client-specific dependency files.
- Updated `DeployClientImage` to utilize the new build context for image building.
- Enhanced tests to cover new functionality and ensure proper handling of client dependency files.

@feluelle feluelle deleted the fix/remote-deploy-dependency-install branch

November 3, 2025 13:02

feluelle added a commit that referenced this pull request

Nov 3, 2025
…tallation during image build (#1980)