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

https://github.com/vivgrid/yc

the command-line interface (CLI) tool for deploying Stateful Serverless on Vivgrid
https://github.com/vivgrid/yc

function-calling openai serverless stateful-serverless

Last synced: 23 days ago
JSON representation

the command-line interface (CLI) tool for deploying Stateful Serverless on Vivgrid

Awesome Lists containing this project

README

          

# yc

The command line client for vivgrid service.

## Getting Started

Install the compiled binary:

```sh
curl "https://bina.egoist.dev/vivgrid/yc" | sh
```

Build from source:

```sh
make

sudo cp ./bin/yc /usr/local/bin/
```

Run:

```
yc --help
```