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

With a new feature of `fn inspect fn [attribute]` we can chain CLI calls altogether. Unfortunately, there's no way to chain the following: ``` fn config fn FUNC_ID $(fn inspect...

In both cases below I get an error, which is expected. But the message is cryptic and needs to be made more user-friendly. 1) Trying to delete an app with...

enhancement
good first issue

Arbitrary keys may be added to a context via 'fn update context'. This may or may not be as intended, but it adds cruft where a use case is hard...

Hello, Environment: - Windows 10 Home - Docker version: 18.06.1-ce (client and server) Run: docker run --rm --name functions -it -v /var/run/docker.sock:/var/run/docker.sock -v ${pwd}/data:/app/data -p 8080:8080 fnproject/fnserver Run then: fn...

RikG suggested raising this issue here. I was writing a topic for service users about using the Fn CLI. If I'm a service user and I enter fn --help, then...

Fix: [#406 --init-image should fail if no correct image has been provided](https://github.com/fnproject/cli/issues/406)

Using a context with hierarchical values (eg. one using the Oracle provider) `fn update context` will return: ``` Fn: yaml: unmarshal errors: line 5: cannot unmarshal !!map into string ```...

Given that the new _init-image_ approach relies on Docker, the CLI should test if Docker is running. Right now, the CLI just hangs forever when Docker isn't running.

bug

How to create the docker image by run the command create-function? what should I do?