cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI tool for fnproject.

Results 117 cli issues
Sort by recently updated
recently updated
newest added

Change the default content type to `application/json`. It was always ignored anyway, but I've made another PR in fn_go that means that it will be used: https://github.com/fnproject/fn_go/pull/56 Once that PR...

Hello, I was trying to locally setup the Fn Project to develop some functions to deploy to Oracle Cloud but my setup (Ubuntu 22.04 LTS with deamonless and rootless Podman)...

Use a const variable ContainerRegistryNamespace to add the namespace of any registry like ghcr.io, ocr.io etc before the name of the image names. It would make the task of migrating...

Use a const variable ContainerRegistryNamespace to add the namespace of any registry like ghcr.io, ocr.io etc before the name of the image names. It would make the task of migrating...

Added the support and successfully verified

The format is different and not guaranteed to be fixed. We should accept all and allow the functions control plane to handle the validation.

Hi I'm following your tutorial for [hotwrap](https://fnproject.io/tutorials/docker/CustomLinuxContainer/). Previously, I've followed it successfully. However, now I get an error message with: `Container failed to initialize, please ensure you are using the...