daemon
command should print to json the port used
#1583
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to the command line interface
topic: gRPC
Related to the gRPC interface
type: enhancement
Proposed improvement
If the user starts the CLI in daemon mode setting
--port
ordaemon.port
config to0
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.The text was updated successfully, but these errors were encountered: