Knative Functions client API and CLI
Go to file
Luke K c78be32b72
separate deploy from create for the --local flag
2020-03-04 15:12:05 +00:00
client separate deploy from create for the --local flag 2020-03-04 15:12:05 +00:00
cmd separate deploy from create for the --local flag 2020-03-04 15:12:05 +00:00
.gitignore Initial Commit 2020-03-04 14:36:41 +00:00
README.md Initial Commit 2020-03-04 14:36:41 +00:00
go.mod Initial Commit 2020-03-04 14:36:41 +00:00
go.sum Initial Commit 2020-03-04 14:36:41 +00:00
main.go Initial Commit 2020-03-04 14:36:41 +00:00

README.md

faas

Function as a Service CLI

Requirements

Go 1.13+

Install

go install

Build

go build

Usage

faas

Examples

> mkdir -p example.com/www
> cd example.com/www
> faas create go
OK www.example.com
> curl https://www.example.com
OK