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

Added the ability to use a compiled dist folder script rather than the full code. Reduces overall file size and allows you to have test code that isn't compiled and...

It is possible to setup a context with a api url that contains authentication credentials for basic auth but when the cli does request to the api they get omitted....

It would be great if the fn cli could support webpack compiled dist files instead of having to send the entire code base and node_modules in with the deployment. Not...

my project: ``` https://github.com/ztj1993/docker-fn-cli ``` exec: ``` docker-compose run fn start ``` press key: ``` ctrl+c ``` The program exits directly without executing stop fnserver.

So I put my fn server instance behind a reverse proxy with a self signed ssl certificate. Is there any way I could just tell the fn cli to trust...

I tried to run `fn create app java-app` but I am getting this error `Fn: Post http://localhost:9090/v2/apps: dial tcp 127.0.0.1:9090: connect: connection refused` `See 'fn --help' for more information. Client...

The help text for "fn get --help" needs to be updated. Both "call" and "log" are no longer options for the command. So the text needs to updated as described...

bug

[https://github.com/fnproject/cli/issues/598](Recursive delete checks for triggers that are no longer supports) The following command `fn delete app -r` tries to list functions and triggers to perform a recursive delete. The response...

Fn: Failed to get associated objects: Could not list triggers in function : [GET /triggers][404] ListTriggers default &{Fields: Message:HTTP Triggers are not supported on Oracle Functions.}. This has been fixed...

bug
good first issue