Commit Graph

9 Commits

Author SHA1 Message Date
Denis Makogon
24eacbbbbf Improving certain CLI commands: init, run (#207)
* Consolidating route type utilization

Fixes: #197

* Adding --version to fn init CLI command

* Updating functions_go to 0.1.36

* Updating route init process

* Updating tests

* Adding "memory" CLI flag to fn run

* Make CLI memory flag override what's in func.yaml

* Get rid of default value for memory flag

* Revert UX impact

 func.yaml remains the same, no nested maps
2017-08-18 11:14:29 -07:00
oracloud
c0dddca679 Merge pull request #184 from fnproject/cli-logs
Display call ID for sync/async calls in CLI
2017-08-08 18:05:37 +02:00
Denis Makogon
3af069ca5e Addressing comments 2017-08-03 23:29:04 +03:00
Denis Makogon
ab8134cbbb Apply opposite logic call ID CLI flag
use --ignore-call-id flag to mute call ID
 call id now goes to STDERR
2017-08-03 23:29:04 +03:00
Denis Makogon
e4bade376a Adding CLI bool flag --display-call-id
Change affects:
  fn call
  fn routes call
2017-08-03 23:29:04 +03:00
Reed Allman
910f6a4b09 fix memory setting in cli, remove MEMORY_MB for now 2017-08-02 20:24:58 -07:00
Denis Makogon
49fe3eb11a Fixing FMT errors
Do we run go-fmt in CI?
2017-07-31 21:14:11 +03:00
Denis Makogon
608629c7ef Add --ignore-fn-file while attempting to update route
Implements: #132
2017-07-28 13:08:57 +03:00
Travis Reeder
48e3781d5e Rename to GitHub (#3)
* circle

* Rename to github and fn->cli

*  Rename to github and fn->cli
2017-07-26 10:50:19 -07:00