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!
- Host: GitHub
- URL: https://github.com/rayhanadev/furretberry-cli
- Owner: rayhanadev
- Created: 2024-01-31T01:51:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T03:43:42.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:13:17.744Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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 --helpOptions
-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.