How do you update the fn project server from the CLI?

215 Views Asked by At

Docker caches the latest version on my machine, I know I can do docker pull on it, but is there a way to do it via the command line tool?

2

There are 2 best solutions below

0
On

With the command line tool, you can run:

fn update

Or without it:

docker pull fnproject/functions:latest
0
On

For Fn CLI V0.5.15 and presumably higher use

fn update server