cli
cli copied to clipboard
CLI tool for fnproject.
Please add option to pass container engine directives/arguments. For example: ``` fn build --container-arg platform=linux/amd64 ``` This specific issue arose when trying to cross-compile on macOS with Apple CPU but...
I am trying to run the fn java example on WSL2 (Ubuntu 22.04) with docker engine, and getting the following error when I try to invoke the function. The client...
When I follow the example steps to build the pythonapp, it failed with "Error invoking function. status: 500 message: internal server error" when I invoke the pythonfn. The fn server...