pio pkg
all
Manage packages in the registry. Packages can only be removed within 72 hours (3 days) from the date that they are published.
More info →Options (1)
-o, --outputbooleanCreate a package tarball from the current directory
Example:
pio pkg pack {{[-o|--output]}} {{path/to/package.tar.gz}}Examples (8)
Create a package tarball from the current directory
pio pkg pack [-o|--output] path/to/package.tar.gzCreate and publish a package tarball from the current directory
pio pkg publishPublish the current directory and restrict public access to it
pio pkg publish --privatePublish a package
pio pkg publish path/to/package.tar.gzPublish a package with a custom release date (UTC)
pio pkg publish path/to/package.tar.gz --released-at "2021-04-08 21:15:38"Remove all versions of a published package from the registry
pio pkg unpublish packageRemove a specific version of a published package from the registry
pio pkg unpublish package@versionUndo the removal, putting all versions or a specific version of the package back into the registry
pio pkg unpublish --undo package@versionmade by @shridhargupta | data from tldr-pages