Use OpenTofu for remote runs
OpenTofu is the supported command-line interface. Configure its native cloud
integration with app.terraform.io-compatible StackShip endpoints, then use
normal tofu plan and tofu apply commands.
OpenTofu 1.12.5 represents a plain tofu plan without -out as a
speculative configuration version rather than a run-level plan-only
attribute. StackShip translates that cloud-protocol signal into a
plan_only run with plan and policy stages only: it has no approval stage,
apply stage, or apply record. tofu plan -out=FILE instead creates a
provisional saved plan that remains applyable with tofu apply FILE.
OpenTofu prints Terraform Cloud-shaped browser links at
/app/{organization}/{workspace}/runs/{runId}. StackShip keeps those links
working with a permanent redirect to the canonical dashboard route at
/runs/{runId}. Query parameters are not forwarded.
Use the dashboard or the v1 REST API for control-plane administration that is outside OpenTofu’s cloud protocol.
Direction
A future StackShip-specific CLI may wrap the v1 API for administrative tasks. No command surface, release date, support commitment, or compatibility promise is part of the current product contract.