mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fnctl: update docs and function filenames (#283)
* fnctl: functions.yaml -> func.yaml * fnctl: update documentation
This commit is contained in:
@@ -175,7 +175,7 @@ It means that first subdirectory are always considered app names (e.g. `myapp`
|
|||||||
and `other`), each subdirectory of these firsts are considered part of the route
|
and `other`), each subdirectory of these firsts are considered part of the route
|
||||||
(e.g. `route1/subroute1`).
|
(e.g. `route1/subroute1`).
|
||||||
|
|
||||||
`fnctl update` expects that each directory to contain a file `func.yaml`
|
`fnctl publish` expects that each directory to contain a file `func.yaml`
|
||||||
which instructs `fnctl` on how to act with that particular update, and a
|
which instructs `fnctl` on how to act with that particular update, and a
|
||||||
Dockerfile which it is going to use to build the image and push to Docker Hub.
|
Dockerfile which it is going to use to build the image and push to Docker Hub.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user