Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This command is only available on Astro.
astro remote command group enables workflows for building and deploying remote client images as part of Remote Execution Deployments.
astro remote deploy
Builds and deploys a remote client image from your Astro project to a specified remote registry.Usage
Description
Builds and deploys a remote client image from your Astro project to a specified remote registry. The command blocks deployment if your client image uses a newer version of Astro Runtime than the target Deployment environment to ensure compatibility.Options
| Option | Description | Possible Values |
|---|---|---|
--build-secrets | Mimics docker build --secret flag. See Build Secrets for more information. | String array Example input: id=mysecret,src=secrets.txt |
-h, --help | Help for the command. | N/A |
-i, --image-name | Name of a custom image to deploy, or image name with custom tag. The image must be present on the local machine. | String (image name) |
--platform | Target platform for client image build. Defaults to host machine platform. | String. For example, linux/amd64 orlinux/arm64 |