teams-cli

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 3 Imported by: 0

README

Teams CLI

A command-line tool for managing Microsoft Teams teams, channels, chats, and messages. Includes both CLI and TUI modes for easier workflows.

Features

  • List, create, archive, unarchive, and delete teams.
  • Create channels with members from data files.
  • Send, reply to, and fetch channel messages.
  • List chats and send chat messages (including templates).

Installation

  • Go install: go install github.com/pzsp-teams/teams-cli@latest
  • Download a binary from the GitHub releases page.

Configuration

Default config locations:

OS Location
Linux ~/.config/teams-cli
macOS ~/Library/Application Support/teams-cli
Windows %LOCALAPPDATA%\teams-cli (fallback LocalAppData\teams-cli)

A default config can be created on config init command or loaded with a --config flag

Config file structure
[auth]
  client_id = ""
  tenant_id = ""
  email = ""
  auth_method = "interactive"

[sender]
  max_retries = 3
  next_retry_delay = 2
  timeout = 10

[cache]
  mode = "async"

Documentation

Detailed docs

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
docs
generated command
internal
testutil
Package testutil is a generated GoMock package.
Package testutil is a generated GoMock package.
testutil/handlers
Package testutil is a generated GoMock package.
Package testutil is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL