Delist Package banner
pulumi pulumi

Delist Package

Development community

Description

--- description: Delist (deprecate) a provider package from the Pulumi Registry. --- # Delist Package **Use this when:** You want to remove a package from the Pulumi Registry by marking it as deprecated. --- ## Usage `/delist-package [package-name]` If `package-name` is not provided, ask the user which package to delist. --- ## Process ### Step 1: Locate Package YAML Look for `themes/default/data/registry/packages/{{arg}}.yaml`. - If not found, report error and exit - If the package a

Installation

Installs to ~/.claude/commands/pulumi-registry-delist-package.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pulumi/registry/HEAD/.claude/commands/delist-package.md -o ~/.claude/commands/pulumi-registry-delist-package.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository