Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NWBY/cftop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cftop

Terminal UI for viewing and monitoring Cloudflare Workers (and related tools) from your terminal

Installation

Install via the shell script:

curl -fsSL https://raw.githubusercontent.com/NWBY/cftop/refs/heads/main/install.sh | sh

Upgrading

To upgrade to the latest version you can simply run the install command above.

Setup

To use cftop you will need two things:

  1. Your account ID
  2. A user API token with the following permissions:
    • Workers Agents Configuration:Read
    • Workers Observability:Edit
    • Workers Observability:Read
    • Workers R2 Storage:Read
    • Workers Tail:Read
    • Workers Scripts:Read
    • Account Analytics:Read

Once you've got your account ID and API token you need to initialise the config file:

cftop init --apiToken=<api-token> --accountId=<acccount-id>

Once initialisation is complete you can run: cftop