complete-developer-to-production-continuity

Status: IN

FTL2 provides continuity from development to production: the same automation() context manager, module addressing, and error handling API used during development also drives production deployments — production scripts add parameters like state_file, fail_fast, and secret_bindings but use the same core API surface, with no separate deployment-specific interface required.

JSON