ReferenceSDKcommandsoutput.writeOn this pageoutput.write Write a JSON result to stdout without exiting. Useful for streaming partial results. Parameters ParameterTypeDescriptiondataunknownThe value to serialize as JSON and write to stdout Returns void Example output.write({ partial: "data" });// stdout: {"partial":"data"}\n