Skip to content

Async Mode for depot build CLI #373

@pratapaprasanna

Description

@pratapaprasanna

📦 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 . --push

The 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions