nf license
The nf license command displays license information for your NodeFoundry installation.
Use this to verify your current plan, check node limits, and confirm license expiration dates.
Usage
$ nf license info
Options
nf license info
nf license infoDisplay current license details. Output is always JSON.
Examples
$ nf license info
{
"plan": "enterprise",
"maxNodes": 50,
"expiresAt": "2027-04-07T00:00:00Z"
}