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

@@ -15,6 +15,7 @@ build-docker:
test:
go test -v $(shell glide nv | grep -v examples | grep -v tool | grep -v fnctl)
cd fnctl && $(MAKE) test
test-docker:
docker run -ti --privileged --rm -e LOG_LEVEL=debug \