fnctl: add run command and fix env var handling (#211)

* fnctl: add run command and fix env var handling
* fnctl: fix help screens
* fnctl: address code review and fix logic mistake
This commit is contained in:
C Cirello
2016-11-03 08:37:29 -07:00
committed by Seif Lotfy سيف لطفي
parent 5b5422148b
commit 1025caeb04
6 changed files with 123 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ func main() {
apps(),
build(),
bump(),
call(),
lambda(),
publish(),
routes(),