Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > ILaunchOptions > isManaged

ILaunchOptions.isManaged property

True if the tool was invoked from within a project with a rush.json file, otherwise false. We consider a project without a rush.json to be "unmanaged" and we'll print that to the command line when the tool is executed. This is mainly used for debugging purposes.

Signature:

isManaged: boolean;