fn: rename from fnctl (#321)

* fn: rename from fnctl

* fn: predicting the release version for installer

* fn: predicting the release version for installer
This commit is contained in:
C Cirello
2016-11-21 17:24:26 +01:00
committed by GitHub
parent 0343c4990c
commit c0512a4cbd
45 changed files with 172 additions and 172 deletions

View File

@@ -1,6 +1,6 @@
# Function files
Functions files are used to assist fnctl to help you when creating functions.
Functions files are used to assist fn to help you when creating functions.
The files can be named as:
@@ -49,5 +49,5 @@ setup. These configuration options shall override application configuration
during functions execution.
`build` (optional) is an array of shell calls which are used to helping building
the image. These calls are executed before `fnctl` calls `docker build` and
the image. These calls are executed before `fn` calls `docker build` and
`docker push`.