Forrest logo
back to the pio tool

pio-package:tldr:bf7b2

pio-package: Remove all versions of a published package from the registry.
$ pio package unpublish ${package_name}
try on your machine

This command is used in the PlatformIO (PIO) software development framework to unpublish a package with a specified package name. The command is written as follows: pio package unpublish ${package_name} Here, ${package_name} represents the name or ID of the package that you want to remove from the PIO package registry or package manager. When you execute this command, it triggers the unpublish functionality in PIO, which removes the specified package from the package registry. This means that the package will no longer be available for installation or use by others using the PIO package manager. Note that this command requires appropriate permissions or authentication, depending on the platform or package registry involved.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool