Forrest logo
back to context overview

pio-system

List of commands for pio-system:

  • pio-system:tldr:01595 pio-system: Remove unused PlatformIO data.
    $ pio system prune
    try on your machine
    explain this command
  • pio-system:tldr:24664 pio-system: Install shell completion for the current shell (supports Bash, Fish, Zsh and PowerShell).
    $ pio system completion install
    try on your machine
    explain this command
  • pio-system:tldr:274d7 pio-system: List unused PlatformIO data that would be removed but do not actually remove it.
    $ pio system prune --dry-run
    try on your machine
    explain this command
  • pio-system:tldr:5b29b pio-system: Remove only cached data.
    $ pio system prune --cache
    try on your machine
    explain this command
  • pio-system:tldr:70455 pio-system: Uninstall shell completion for the current shell.
    $ pio system completion uninstall
    try on your machine
    explain this command
  • pio-system:tldr:f9bca pio-system: Display system-wide PlatformIO information.
    $ pio system info
    try on your machine
    explain this command
back to context overview