Skip to content

Commit 9857c50

Browse files
committed
docs: update Teams CLI install command
1 parent 040eba1 commit 9857c50

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/channels/msteams.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,11 @@ The [`@microsoft/teams.cli`](https://www.npmjs.com/package/@microsoft/teams.cli)
3737
**1. Install and log in**
3838

3939
```bash
40-
npm install -g @microsoft/teams.cli@preview
40+
npm install -g @microsoft/teams.cli
4141
teams login
4242
teams status # verify you're logged in and see your tenant info
4343
```
4444

45-
<Note>
46-
The Teams CLI is currently in preview. Commands and flags may change between releases.
47-
</Note>
48-
4945
**2. Start a tunnel** (Teams can't reach localhost)
5046

5147
Install and authenticate the devtunnel CLI if you haven't already ([getting started guide](https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/get-started)).

0 commit comments

Comments
 (0)