pio-system

Manage PlatformIO system information and maintenance

TLDR

Show system information
$ pio system info
Prune unused data
$ pio system prune
Prune with dry run
$ pio system prune --dry-run

SYNOPSIS

pio system command [options]

DESCRIPTION

pio system provides system information and maintenance commands. Shows PlatformIO installation details and cleans up unused packages and cache data.

PARAMETERS

info

Show system information.
prune
Remove unused data.
--dry-run
Show what would be removed.
--force
Skip confirmation.

INSTALL

yay -S pio

SEE ALSO

pio-settings(1), pio-upgrade(1)