package-usage
Installation
SKILL.md
API Reference
Get the latest version of a package
GET /api/registry/packages?name={package_name}&orgLogin={orgName}
You must include the orgLogin parameter with the user's organization name. The response contains a packages array. Each entry has a version field (the latest version), plus name, publisher, source, and packageStatus.
Get stack usage for a package
GET /api/orgs/{orgName}/packages/usage?packageName={package_name}
Replace {orgName} with the org name from context, PULUMI_ORG, or ask the user.
Response fields:
packageName: The queried packagestacks: Array of{stackName, projectName, version, lastUpdate}totalStacks: Total count