-
Couldn't load subscription status.
- Fork 9
Open
Description
📦 Feature Request: Async Mode for depot build CLI
Hi team,
I'm currently using the following command to build and push a Docker image via the Depot CLI:
depot build -t gouthamappsmith/sample_appsmith_app:latest . --pushThe issue I'm facing is that the CLI waits for the build to complete before exiting. For my use case — particularly in CI/CD or scripting environments — I would prefer to trigger the build and return immediately, then check the status or view the logs asynchronously.
💡 Feature Request
Is there a way to trigger the build in async mode, such that:
- The CLI exits immediately after submitting the job
- I can optionally retrieve the build status later using the build ID or via API
If this already exists and I'm missing it, would appreciate a pointer!
Thanks in advance 🙏
Let me know if you want to include:
- Your OS/shell/CI environment
- A link to a build ID as a reference
- The version of the Depot CLI you're using (
depot --version)
Metadata
Metadata
Assignees
Labels
No labels