Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IRushPhaseSharding

IRushPhaseSharding interface

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface IRushPhaseSharding 

Properties

Property

Modifiers

Type

Description

count

number

(ALPHA) The number of shards to create.

outputFolderArgumentFormat?

string

(ALPHA) (Optional) An optional argument to pass to the command to indicate the output folder for the shard. It must end with {shardIndex}.

shardArgumentFormat?

string

(ALPHA) (Optional) The format of the argument to pass to the command to indicate the shard index and count.

shardOperationSettings?

unknown

(ALPHA) (Optional)