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
Copy file name to clipboardExpand all lines: docs/_data/Help/Get-WebSocket.json
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"Synopsis": "WebSockets in PowerShell.",
3
-
"Description": "Get-WebSocket allows you to connect to a websocket and handle the output.",
3
+
"Description": "Get-WebSocket gets a websocket.\n\nThis will create a job that connects to a WebSocket and outputs the results.\n\nIf the `-Watch` parameter is provided, will output a continous stream of objects from the websocket.",
4
4
"Parameters": [
5
5
{
6
6
"Name": null,
@@ -33,32 +33,37 @@
33
33
{
34
34
"Title": "EXAMPLE 1",
35
35
"Markdown": "Create a WebSocket job that connects to a WebSocket and outputs the results.",
"Markdown": "Get is the default verb, so we can just say WebSocket.\n`-Watch` will output a continous stream of objects from the websocket.\nFor example, let's Watch BlueSky, but just the text. ",
0 commit comments