Expand description
Typed envelopes for the stripe projects reads the driver depends on,
replacing string-keyed serde_json::Value traversal.
Structs§
- EnvRef
- EnvWrapper
- Preflight
Check - One row from a
--preflightresponse (data.preflightorerror.details.preflight). - Preflight
Ready - Successful
--preflightpayload (datawhenok: true). - Project
Ref - Service
Ref - Services
List Response stripe projects services list --jsondata.- Status
Response stripe projects status --jsondata.
Enums§
- EnvCollection
- EnvList
Response stripe projects env list --jsondata. Tolerates the three shapes the CLI has emitted:{environments: {<name>: …}},{environments: [{name}]}, and a bare[{name}]array. At 0.23.0 the canonical shape is the named map insidedata.environments; older bare/list shapes are kept for fixture stability.
Functions§
- preflight_
checks_ from_ envelope - Extract preflight rows from a full
{ok, data, error}envelope. - preflight_
checks_ from_ parts - Extract preflight rows from already-parsed Stripe result parts.