Skip to content

The official command-line interface for Küken.

Notifications You must be signed in to change notification settings

kuken-project/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

Installation

Linux and macOS

curl -fsSL https://kuken.io/binaries/cli/install.sh | bash

Windows

irm https://kuken.io/binaries/cli/install.ps1 | iex

Getting Started

For available commands:

kuken help

Troubleshooting

Permission Denied (Linux/macOS)

If you get a permission denied error:

chmod +x kuken

Command Not Found

Make sure the installation directory is in your PATH:

Linux/macOS:

echo $PATH

Windows:

$env:Path

macOS "Cannot be opened because the developer cannot be verified"

Run:

xattr -d com.apple.quarantine /usr/.local/bin/kuken

Uninstallation

Linux / macOS

sudo rm $HOME/.local/bin/kuken

Windows

Remove-Item "$HOME\AppData\Local\Kuken\kuken-cli.exe"

About

The official command-line interface for Küken.

Resources

Stars

Watchers

Forks