lizard port

Show or change the container port for a service. No argument prints the current port (worker mode when it’s 0).

Usage

lizard port [value] [flags]

Flags

FlagDescription
-s, --service <name>Service to target

Examples

Show the current port

lizard port

Set the port for a specific service

lizard port 0 -s worker

Check the port on a worker service

lizard port --service worker

See also