/** * Unit tests for the `outposts` command tree. * * Drives real Commander parses and spies on global `fetch`, asserting the * `/outpost/*` request shape (method + path + query + body) plus the guards that * matter: the destroy confirmation, the paid-provision gate, the teardown-incomplete * retry, the per-person cap, the two 402 billing remediations, and the Lightsail * SSH fallback. * * Ported from hq-cli when this surface moved into hq-cloud. The host seams the CLI * used to own — token resolution and the cached session read — arrive through * `OutpostsCommandDeps` here, so these tests inject them directly instead of * module-mocking the CLI's internals. * * Outposts are caller-scoped, so there is no company resolution to mock. */ export {}; //# sourceMappingURL=command.test.d.ts.map