Publish a package

pio package

  • Manage packages in the registry.
    Packages can only be removed within 72 hours (3 days) from the date that they are published.
    More information: <https://docs.platformio.org/en/latest/core/userguide/package/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio package publish {{path/to/package.tar.gz}}

click the source code to copy