cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI tool for fnproject.

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

Current version of `golang.org/x/sys` fails at compile time with: ``` # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variable vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or variable...

Hello, On windows 11, i've installed the CLI following these instructions (quick and dirty): https://github.com/fnproject/docs/blob/master/fn/develop/running-fn-client-windows.md#install-fn-client When attempting to change contexts I get the error: Fn: error replacing file with tempfile...

Today I try to install fn cli to shape: `VM.Standard.A1.Flex` with ubuntu 20 by ``` curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh ``` And suprisingly see error ``` sh: 58: fn: Exec...

bug

os.Rename does not overwrite on Windows

at this moment, java lang helper only looks up for `http(s)_proxy` env var, but that's only half of proxy configuration, there's a need to support both `http_proxy` and `HTTP_PROXY` env...

Sometimes you have a docker environment that needs `--network host` to be passed to your `docker build` commands. Can `FN_DOCKER_NETWORKS=host` or some other mechanism be added to https://github.com/fnproject/cli/blob/master/common/common.go#L438 in order...

I am trying to build the function, but I am facing the error: ``` Error: Error running command 'fn build --verbose --build-arg ARG_ADMIN_ATP_PASSWORD=xxxxxx --build-arg ARG_ATP_USER=iotuser --build-arg ARG_ATP_PASSWORD=xxxxxxx --build-arg ARG_ATP_ALIAS=iotpdb_medium': exit...

I am following the [Functions QuickStart on Local Host](https://docs.oracle.com/en-us/iaas/Content/Functions/Tasks/functionsquickstartlocalhost.htm) guide. I successfully created a new context: `fn create context oci-context --provider oracle` However, fn use context command: `fn use context...

``` [opc@instance-20211214-0925 tmp]$ curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh sh: line 58: /usr/local/bin/fn: cannot execute binary file [opc@instance-20211214-0925 tmp]$ uname -a Linux instance-20211214-0925 5.4.17-2102.206.1.el7uek.aarch64 #2 SMP Wed Oct 6 16:38:40 PDT...

On running `fn -v build-server -t rijulsudhir/fn-api-ext` it is showing ``` Building image rijulsudhir/fn-api-ext FN_REGISTRY: 127.0.0.1:5000 Current Context: distributed-fn Sending build context to Docker daemon 3.072kB Step 1/11 : FROM...