An open API service indexing awesome lists of open source software.

https://github.com/rayhanadev/furretberry-cli

Remote K8s-based resource provisioner from my CLI!
https://github.com/rayhanadev/furretberry-cli

Last synced: about 1 month ago
JSON representation

Remote K8s-based resource provisioner from my CLI!

Awesome Lists containing this project

README

        

# Furret

A CLI tool for provisioning and accessing remote resources on my home server. It uses Cloudflare Tunnels and Zero Trust to securely communicate with a Kubernetes cluster and expose remote resources to the Internet.

image

## Usage

```bash
Usage
$ furret [options]

Available Commands
init Initialize Furret.
make Create a new remote resource.
list List remote resources.
delete Delete a remote resource.
connect Connect to a remote resource.
disconnect Disconnect from a remote resource.

For more info, run any command with the `--help` flag
$ furret init --help
$ furret make --help

Options
-v, --version Displays current version
-h, --help Displays this message
```

This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.