Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 332 Bytes

File metadata and controls

12 lines (8 loc) · 332 Bytes

Command streaming

Prints command output as streaming events arrive. See Program.cs for the code.

From the repository root:

export CREATEOS_API_KEY="your-api-key"
dotnet run --project examples/CommandStreaming/CommandStreaming.csproj

This example makes live API calls and may create billable resources.