Home ci 11. cli: Epycbyte CLI Overview

11. cli: Epycbyte CLI Overview

Last updated on Aug 05, 2025

Epycbyte CLI Overview

Learn how to use the Epycbyte command-line interface (CLI) to manage and configure your Epycbyte Projects from the command line.

Table of Contents

Epycbyte provides a command-line interface (CLI) to interact with and configure your Epycbyte Projects. With this tool, you can manage Domain Name System (DNS) records, retrieve logs, and more, all from the terminal.

Installing Epycbyte CLI

To download and install Epycbyte CLI, run the following command:

pnpm yarn npm pnpm i -g epycbyte

Updating Epycbyte CLI

When a new release of Epycbyte CLI is available, running any command will notify you. To update, use the installation command again:

pnpm yarn npm pnpm i -g epycbyte@latest

If you encounter permission issues, refer to npm's official guide.

Checking the Version

To verify the version of Epycbyte CLI, use the --version option:

epycbyte --version

Using in a CI/CD Environment

In automated environments, log in using tokens. Create a token on your account page and use the --token option.

Available Commands

  • alias
  • bisect
  • build
  • certs
  • deploy
  • dev
  • dns
  • domains
  • env
  • git
  • help
  • init
  • inspect
  • link
  • list
  • login
  • logout
  • logs
  • project
  • promote
  • pull
  • redeploy
  • remove
  • rollback
  • switch
  • teams
  • whoami

This article provides a comprehensive guide to using Epycbyte CLI effectively.