listDeployments

Beta

listDeployments

List deployments for the active branch.

framer.listDeployments(limit?: number): AsyncIterable<Deployment

Parameters

  • limit: number (optional) – The maximum number of deployments to return. Defaults to 30.

Returns

  • AsyncIterable<Deployment> – Up to limit deployments for the active branch.