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
- Installing Epycbyte CLI
- Updating Epycbyte CLI
- Checking the Version
- Using in a CI/CD Environment
- Available Commands
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
aliasbisectbuildcertsdeploydevdnsdomainsenvgithelpinitinspectlinklistloginlogoutlogsprojectpromotepullredeployremoverollbackswitchteamswhoami
This article provides a comprehensive guide to using Epycbyte CLI effectively.