Out Plane
port

port

The port commands.

A port is what an application serves on and, when it is public, what gives the application an address. These commands list them, open and close them, and read one address on its own.

A port is private unless it says otherwise. A private port is reachable from inside the platform and by a custom domain, and has no public address at all.

Commands

CommandWhat It DoesRisk
port listList the ports an application serves.read
port getPrint one port's address.read
port setOpen a port, or change one that is already open.write
port unsetStop an application serving a port.write

On this page