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.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Build and deploy remote client images for Remote Execution.
astro remote command group enables workflows for building and deploying remote client images as part of Remote Execution Deployments.
astro remote deploy
| Option | Description | Possible Values |
|---|---|---|
--build-secret | Mimics docker build --secret flag. Repeat the flag to mount more than one secret. Replaces the deprecated --build-secrets 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 |
$ astro remote deploy --platform linux/amd64,linux/arm64
$ astro remote deploy --image-name my-custom-image:tag
$ astro remote deploy --build-secret id=mysecret,src=secrets.txt
Was this page helpful?