File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This document provides various examples of how to use Flaredantic with Microsoft Dev Tunnelss in different scenarios.
44
5- > ** ⚠️ Note:** Microsoft Dev Tunnels currently only supports ** Linux** and ** macOS** platforms. Windows support is not yet available in this library.
6-
75## Basic Examples
86
97### Simple HTTP Server
@@ -58,15 +56,15 @@ The binary is located in `~/.flaredantic/microsoft` (or your custom `bin_dir`).
5856cd ~ /.flaredantic/
5957
6058# Run the logout command
61- ./microsoft user logout
59+ ./devtunnel user logout
6260```
6361
6462After logging out, the next time you run your Python script with ` MicrosoftTunnel ` , it will prompt you for a new device login.
6563
6664** To check current login status:**
6765``` bash
6866cd ~ /.flaredantic/
69- ./microsoft user show
67+ ./devtunnel user show
7068```
7169
7270## Advanced Examples
You can’t perform that action at this time.
0 commit comments