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 reason is custom libc implementation on Alpine linux. As w/a following can be suggested to customer in installation doc. apk add --no-cache libc6-compat After that go binaries built on...

Depends-On: https://github.com/fnproject/fdk-node/pull/25 Closes: #553

As for now, the CLI has `node` runtime which doesn't have any version, only googling actually helps to figure out which version it actually is (FYI, it's the latest). I...

The valid function names contain a combination of lowercase letters, numbers and separators (., -, _). Name can only start and end with a letter or a number and there...

Private key content handling is not quite easy for the cases when there's a need for setting the key content as a configuration variable. here's a simple bash script: ```bash...

It's not obvious to understand how to add a trigger after the function has been created and `fn create trigger --help` doesn't really help. ``` COMMAND OPTIONS --source value, -s...

This fixes installation on Linux distributions like CentOS 7, where the `/usr/local/bin` directory is not in the PATH by default

Simple fix that uses `docker inspect` to check that Docker is running and that the init-image exists.

Right now it does not. Happy to discuss then close this ticket if that's the expected behavior. similar to https://github.com/fnproject/fn/issues/803

Today we have `fn init --init-image fnproject/fn-java-native-init afunc`, i.e. a lot of `init` in a single command! Renaming `--init-image` to `--image` would be more concise. -> `fn init --image fnproject/fn-java-native-init...