← 返回命令列表

Linux command

pio-system 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show system information

pio system info

Prune unused data

pio system prune

Prune with dry run

pio system prune --dry-run

说明

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

参数

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

FAQ

What is the pio-system command used for?

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

How do I run a basic pio-system example?

Run `pio system info` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does info do in pio-system?

Show system information.