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

https://github.com/davidkhala/fn-collections

FN monorepo
https://github.com/davidkhala/fn-collections

fnproject function oci oracle

Last synced: about 1 year ago
JSON representation

FN monorepo

Awesome Lists containing this project

README

          

# fn-collections
FN monorepo

fn use func.yaml instead of Dockerfile to feed metadata
## Install fn
```
curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
```

## Debug
```
echo -n '{"input-key":"data"}' | DEBUG=1 fn --verbose invoke
```