Forrest logo
back to context overview

pio-update

List of commands for pio-update:

  • pio-update:tldr:abdf8 pio-update: Update core packages only (skips platforms and libraries).
    $ pio update --core-packages
    try on your machine
    explain this command
  • pio-update:tldr:d12d2 pio-update: Perform a full update of all packages, development platforms and global libraries.
    $ pio update
    try on your machine
    explain this command
  • pio-update:tldr:f05a5 pio-update: Check for new versions of packages, platforms and libraries but do not actually update them.
    $ pio update --dry-run
    try on your machine
    explain this command
back to context overview