You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user starts the CLI in daemon mode setting --port or daemon.port config to 0 the OS will pick the first free port, the user as of now must parse plain text output to know which port has been picked.
We need to print to json this information if the user sets the --format json flag.