snippetbashTip
pio system — Miscellaneous system commands for PlatformIO. More information: <https://docs.platformio.org/en/late
Viewed 0 times
miscellaneouscommandcommandspio systemcliplatformioforsystem
Problem
How to use the
pio system command: Miscellaneous system commands for PlatformIO. More information: <https://docs.platformio.org/en/latest/core/userguide/system/>.Solution
pio system — Miscellaneous system commands for PlatformIO. More information: <https://docs.platformio.org/en/latest/core/userguide/system/>.Install shell completion for the current shell (supports Bash, fish, Zsh, and PowerShell):
pio system completion installUninstall shell completion for the current shell:
pio system completion uninstallDisplay system-wide PlatformIO information:
pio system infoRemove unused PlatformIO data:
pio system pruneRemove only cached data:
pio system prune --cacheList unused PlatformIO data that would be removed but do not actually remove it:
pio system prune --dry-runCode Snippets
Install shell completion for the current shell (supports Bash, fish, Zsh, and PowerShell)
pio system completion installUninstall shell completion for the current shell
pio system completion uninstallDisplay system-wide PlatformIO information
pio system infoRemove unused PlatformIO data
pio system pruneRemove only cached data
pio system prune --cacheContext
tldr-pages: common/pio system
Revisions (0)
No revisions yet.