Skip to content

VillainsRule/quik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quik

a quik cli-based way to manage cloudflare.



setup (mac/linux)

  1. git clone https://github.com/VillainsRule/quik && cd quik
  2. bun install
  3. bun run build
  4. chmod +x ~/quik
  5. the executable is at ~/quik

optionally, add a terminal alias:

  1. identify the shell (echo $SHELL)
  2. find the path to the quik executable you downloaded (pwd in the folder where it is located)
  3. add alias quik='~/quik' to your shell config file:
    • mac: ~/.zshrc for zsh or ~/.bash_profile for bash
    • linux: ~/.zshrc for zsh or ~/.bashrc for bash



setup (windows)

  1. git clone https://github.com/VillainsRule/quik && cd quik
  2. bun install
  3. bun run build
  4. the executable is at {homedir}/quik
  5. i don't own a windows device so idk what to do now



creating a cloudflare API key

this is needed for the program to start.

  1. go to the cloudflare account token page
  2. create one with the following permissions:

permissions

the summary should look like this:

summary

  1. put it into quik



made with ❤️

About

a quik cli-based way to manage cloudflare stuff

Topics

Resources

Stars

Watchers

Forks

Contributors