CLI output is not json when "--format json" used with "connect server create"
When running `op --format json connect server create "My Server" --vaults "MyVault"`, I expect the output to be JSON, an only JSON, so that my script can safely consume the output. I need to extract the server's ID from the output for use in following commands.
Example output:
> op --format json connect server create "My Server" --vaults "MyVault"
Set up a Connect server.
UUID: <REDACTED>
Credentials file: <REDACTED>\1password-credentials.json
