Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 877 Bytes

File metadata and controls

45 lines (30 loc) · 877 Bytes

deepctl-cmd-login

Part of deepctl — Official Deepgram CLI

Login command for deepctl

Installation

This package is included with deepctl and does not need to be installed separately.

Install deepctl

# Install with pip
pip install deepctl

# Or install with uv
uv tool install deepctl

# Or install with pipx
pipx install deepctl

# Or run without installing
uvx deepctl --help
pipx run deepctl --help

Commands

Command Entry Point
deepctl login deepctl_cmd_login.command:LoginCommand
deepctl logout deepctl_cmd_login.command:LogoutCommand
deepctl profiles deepctl_cmd_login.command:ProfilesCommand

Dependencies

  • click>=8.0.0
  • rich>=13.0.0
  • deepgram-sdk>=6.0.0rc2
  • pydantic>=2.0.0

License

MIT — see LICENSE