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

I have a Dockerfile and a go file in a directory, which is not named `func.go` (but is an fdk-friendly function). it looks like this: ``` ✗: ls build.sh Dockerfile...

bug
priority

`fn init` doesn't test if a function name has space(s) in its name or if the name starts/end with a separator(s). Ex. the following functions will be successfully bootstrapped by...

bug
priority

Would nice to support the building of entire application images. CLI already supports `fn deploy --all`, why not `fn build --all`?

If one of the name servers in the /etc/resolv.conf file is not working, then dns name resolution that occurs within a container running, for example, fnproject/go:dev, fails even if the...

we're 30 days behind right now. not good.

When using `fn init --init-image foo`, it would be nice to see the raw Docker output when the `--verbose` flag is provided. Currently `--verbose` does nothing for `fn init`.

We don't sign fn.exe using a code signing cert - this means developers need to enable developer mode on recent versions of windows 10 in order to use fn natively....

windows

As a user I'd like to specify HTTP headers like `fn invoke blah blah --http-header 'Blah: blah'`

Opening this as per: https://github.com/fnproject/fn/pull/1368 Thanks.

According to the help documentation of `fn list calls`, the command option `-n` can be used to limit the number of calls to return. See below: ``` MANAGEMENT COMMAND fn...