← 返回命令列表

Linux command

pio-home 命令

文本

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

常用示例

Open PlatformIO Home

pio home

Open on specific port

pio home --port [8008]

Open without launching browser

pio home --no-open

说明

pio home launches the PlatformIO Home web interface. Provides graphical project management, library browser, board explorer, and platform updates. Runs local web server.

参数

--port _port_
HTTP server port.
--host _host_
HTTP server host.
--no-open
Don't open browser.
--session-id _id_
Session ID.

FAQ

What is the pio-home command used for?

pio home launches the PlatformIO Home web interface. Provides graphical project management, library browser, board explorer, and platform updates. Runs local web server.

How do I run a basic pio-home example?

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

What does --port _port_ do in pio-home?

HTTP server port.