LinuxCommandLibrary

pio-system

Manage PlatformIO system information and maintenance

TLDR

Show system information

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

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community