Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions teams.md/docs/main/developer-tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ The `new` token will create a brand new agent with `app-name` applied as the dir
The name you choose may have case changes when applied; for example, "My App" would become "my-app' due to the requirements for `package.json` files.
:::

:::warning
Our Python SDK is currently in Public Preview. As a result, we have the CLI under a feature flag.
Please run the below command to enable this language.
:::

```sh
$env:ENABLE_EXPERIMENTAL_PYTHON_OPTIONS = 1
```

### Optional parameters

:::tip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ quote-agent/
```python title="src/main.py"
from microsoft_teams.api import MessageActivity, TypingActivityInput
from microsoft_teams.apps import ActivityContext, App, AppOptions
from microsoft_teams.devtools import DevToolsPlugin

app = App(plugins=[DevToolsPlugin()])
app = App()

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ In the console, you should see a similar output:

```sh
[INFO] @teams/app Successfully initialized all plugins
[WARNING] @teams/app.DevToolsPlugin ⚠️ Devtools is not secure and should not be used in production environments ⚠️
[INFO] @teams/app.HttpPlugin Starting HTTP server on port 3978
INFO: Started server process [6436]
INFO: Waiting for application startup.
[INFO] @teams/app.DevToolsPlugin available at http://localhost:3979/devtools
[INFO] @teams/app.HttpPlugin listening on port 3978 🚀
[INFO] @teams/app Teams app started successfully
[INFO] @teams/app.DevToolsPlugin listening on port 3979 🚀
INFO: Application startup complete..
INFO: Uvicorn running on http://0.0.0.0:3979 (Press CTRL+C to quit)
INFO: Uvicorn running on http://0.0.0.0:3978 (Press CTRL+C to quit)
```

<!-- manual-install -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading