mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Bump version
This commit is contained in:
parent
50025a7cd1
commit
fa498d3211
@ -13,8 +13,7 @@ Use this FaaS function to resize an image with ImageMagick.
|
|||||||
* Option 2 - use the [faas-cli](https://github.com/alexellis/faas-cli/) (experimental)
|
* Option 2 - use the [faas-cli](https://github.com/alexellis/faas-cli/) (experimental)
|
||||||
|
|
||||||
```
|
```
|
||||||
# curl -SL https://github.com/alexellis/faas-cli/releases/download/0.1-alpha/faas-cli-macos > faas-cli
|
# curl -sSL https://get.openfaas.com | sudo sh
|
||||||
# chmod +x ./faas-cli
|
|
||||||
|
|
||||||
# ./faas-cli -action=deploy -image=functions/resizer -name=resizer \
|
# ./faas-cli -action=deploy -image=functions/resizer -name=resizer \
|
||||||
-fprocess="convert - -resize 50% fd:1"
|
-fprocess="convert - -resize 50% fd:1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user