fnctl: update docs and function filenames (#283)

* fnctl: functions.yaml -> func.yaml

* fnctl: update documentation
This commit is contained in:
C Cirello
2016-11-15 01:54:26 +01:00
committed by GitHub
parent 1395393b9b
commit d8526a85e1
13 changed files with 7 additions and 7 deletions

View File

@@ -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.