cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI tool for fnproject.

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

I used `fn start -p 8081` and my Fn server started successfully on port 8081. However the console still shows port 8080. ..... time="2018-05-10T11:32:49Z" level=info msg="Fn serving on `:8080`" type=full...

The problem is that after a user does 0->1 and they want to do more complex stuff 1->2 (add template files, additional dependencies, gifs of cats, you name it), a...

This repo contains a Dockerfile, please setup an automated build and provide the cli as docker image so easy setup/experimentation is possible.

Extracting deploy core API to make it reusable outside of the Fn CLI. Deploy API is quite useful, however, it appeared to be very coupled with the existing CLI framework....

The current error message is "ERROR: could not check Docker version: exit status 1" This would be more informative if it suggested checking whether Docker is running.

good first issue

`fn migrate` on windows is not working. Details below directory contents ``` 07/26/2018 06:02 PM . 07/26/2018 06:02 PM .. 07/26/2018 06:02 PM 216 func.yaml 07/25/2018 03:26 PM 1,963 pom.xml...

Set the request-id on the context to be used for each provider request.

At the moment `fn delete app ` deletes an app and all of it's routes/functions/triggers. This behaviour is a bit brutal and should instead be optional, and by default shouldn't...

previously, we if the following value for FN_REGISTRY was provided, we ignored it if the image contained a slash, see example: (`func.yaml` has `image: rdallman/yodawg`) ```sh $ FN_REGISTRY=localhost:5000/ cli deploy...

At the moment the CLI does two distinct things: - builds images - calls the API in order to deploy functions As far as "calls the API" goes, that's fine....