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
- Host: GitHub
- URL: https://github.com/davidkhala/fn-collections
- Owner: davidkhala
- License: apache-2.0
- Created: 2022-04-11T06:18:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T02:53:03.000Z (about 4 years ago)
- Last Synced: 2025-02-12T07:45:21.223Z (over 1 year ago)
- Topics: fnproject, function, oci, oracle
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```