pio-pkg
Verified for current stable LTS
Pio Pkg Command: Create And Publish Package Tarball
Use for create and publish package tarball with Pio Pkg. Exact CLI syntax to create and publish package tarball using Pio Pkg.
When to use this: Use for create and publish package tarball with Pio Pkg.
Command Syntax
pio pkg publish pio pkg publish Command Breakdown
pio is the base executable for this command.
FAQ
Purpose: Exact syntax to create and publish package tarball using Pio Pkg.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pio Pkg Command: Create Package Tarball
pio pkg pack -o <path/to/package.tar.gz> Pio Pkg Command: Publish Package pio pkg publish <path/to/package.tar.gz> Pio Pkg Command: Publish Package Custom Release Date pio pkg publish <path/to/package.tar.gz> --released-at "{2021-04-08 21:15:38}" Pio Pkg Command: Publish Private Package pio pkg publish --private Pio Pkg Command: Remove All Versions Of Package pio pkg unpublish <package>