Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History

koyo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

koyo-cli

CLI for the Koyo screenshot service api.

Install

go install github.com/tbdsux/koyo/cli/koyo@latest

Usage

koyo --api https://your-koyo-app-instance-url.deta.app https://alpha.deta.space

Config management

The CLI creates a default config file which can be configured accordingly at $HOME/.koyo.yaml

# Default Config
api: ''
apiKey: ''
driver: playwright
fullPage: false
height: 800
imageType: png
whiteHole: ''
width: 1280

Update config

The keys from the default config can be updated as such...

koyo set config.[key] [value]
koyo set config.width 1400

tbdsux | © 2023