Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IPhasedCommand

IPhasedCommand interface

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

Information about the currently executing phased script command (as defined in command-line.json, or default "build" or "rebuild") provided to plugins.

Signature:

export interface IPhasedCommand extends IRushCommand 

Extends: IRushCommand