Forrest logo
back to context overview

pio-home

List of commands for pio-home:

  • pio-home:tldr:3f406 pio-home: Specify a unique session identifier to keep PlatformIO Home isolated from other instances and protected from 3rd party access.
    $ pio home --session-id ${id}
    try on your machine
    explain this command
  • pio-home:tldr:42427 pio-home: Automatically shutdown the server on timeout (in seconds) when no clients are connected.
    $ pio home --shutdown-timeout ${time}
    try on your machine
    explain this command
  • pio-home:tldr:6f7af pio-home: Bind to a specific IP address (defaults to 127.0.0.1).
    $ pio home --host ${ip_address}
    try on your machine
    explain this command
  • pio-home:tldr:8a62a pio-home: Do not automatically open PlatformIO Home in the default web browser.
    $ pio home --no-open
    try on your machine
    explain this command
  • pio-home:tldr:b77fc pio-home: Use a specific HTTP port (defaults to 8008).
    $ pio home --port ${port}
    try on your machine
    explain this command
  • pio-home:tldr:e688a pio-home: Open PlatformIO Home in the default web browser.
    $ pio home
    try on your machine
    explain this command
back to context overview