Dyte CLI
The Dyte CLI is a unified utility that helps you manage Dyte services for your organization(s) directly from your command line.
Installation
You can install the CLI from the NPM registry using npm or yarn.
- npm
 - Yarn
 - pnpm
 
npm install -g @dytesdk/cli
yarn global add @dytesdk/cli
pnpm add -g @dytesdk/cli