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

The CLI `init` help doesn't mention that `runtime` and `init-image` args are exclusive. -> `fn [global options] init [command options] [function-subdirectory]` I'm not sure about the exact syntax with `--`...

`fn init` generates a v0.0.1 of a function, regardless of the language. This version will then be bumped to 0.0.2 during the first deployment. It would be more logical that...

Lots of folks don't use Linux or OS X - let's support our [potential] Windows users properly.

Here's the thing, Invoke API (https://github.com/fnproject/cli/blob/master/client/invoke.go#L45) suppose to live in `fn_go` because it doesn't seem to be the right place for this code since Invoke API is not CLI-specific, rather...

Taking into account that Invoke API doesn't support query parameters there are only two ways to pass configuration/secrets to a function: - headers - config For those cases when you...

Expected behaviour: fn deploy traverses the directory tree starting at the app.yaml's directory and deploys all functions it can find in application "testapp". If the application does not exist, it...

Here's the thing, in most of the lang helpers we do: ```dockerfile ADD . ``` "dot" means include all files within current directory. So, when I modify a file within...

CLI response for `fn create fn --help` and `fn update fn --help` returns incorrect info for `timeout` and `idle_timeout` e.g. AFAIK, the default `idle_timeout` is 30 seconds ``` --timeout value...

`fn deploy --all` picks up sample functions from vendor directory.

As a user (Dev and/or Ops), I want to easily script and automate Fn without necessarily having to rely on an API. A new flag could make the CLI to...