Home > @rushstack/rig-package > IRigConfig > rigProfile
IRigConfig.rigProfile property
The "rigProfile" value that was loaded from rig.json, or "" if the file was not found.
Signature:
readonly rigProfile: string;
Remarks
The name must consist of lowercase alphanumeric words separated by hyphens, for example "sample-profile". If the rig.json file exists, but the "rigProfile" is not specified, then the profile name will be "default".
Example: example-profile