Skip to content

feat: txc env solution import --wait should block until async import completes #106

@TomProkop

Description

@TomProkop

Problem

txc env solution import returns immediately with status: Queued (async). The developer must guess how long to wait before running txc env solution publish. If they publish too early, it fails with 'Cannot start PublishAll because Import is running'.

Recommendation

Add --wait flag that polls the import job status and blocks until it completes (or fails), then returns the final status. This enables reliable scripting: txc env solution import ... --wait && txc env solution publish.

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