Skip to content

Commit

Permalink
Merge pull request superfly#116 from superfly/flyctl-docs_master
Browse files Browse the repository at this point in the history
[flybot] Fly CLI docs update
  • Loading branch information
jsierles committed Apr 13, 2022
2 parents a2da8ac + 61e27aa commit 3637e19
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyctl/cmd/flyctl_wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ flyctl wireguard [command] [flags]
* [reset](/docs/flyctl/wireguard-reset/) - Reset WireGuard peer connection for an organization
* [status](/docs/flyctl/wireguard-status/) - Get status a WireGuard peer connection
* [token](/docs/flyctl/wireguard-token/) - Commands that managed WireGuard delegated access tokens
* [websockets](/docs/flyctl/wireguard-websockets/) - Enable or disable WireGuard tunneling over WebSockets

## Options

Expand Down
25 changes: 25 additions & 0 deletions flyctl/cmd/flyctl_wireguard_websockets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Enable or disable WireGuard tunneling over WebSockets

## Usage
~~~
flyctl wireguard websockets [enable/disable] [flags]
~~~

## Options

~~~
-h, --help help for websockets
~~~

## Global Options

~~~
-t, --access-token string Fly API Access Token
-j, --json json output
--verbose verbose output
~~~

## See Also

* [flyctl wireguard](/docs/flyctl/wireguard/) - Commands that manage WireGuard peer connections

0 comments on commit 3637e19

Please sign in to comment.