Commit Graph

130 Commits

Author SHA1 Message Date
Matthew Gilliard
7d0ce84dba Revert "Update README to point people away from brew"
This reverts commit 2f1721c757.
2017-10-04 15:49:53 +01:00
Matthew Gilliard
2f1721c757 Update README to point people away from brew
Workaround for https://github.com/fnproject/fn/issues/391
2017-10-04 10:47:25 +01:00
Travis Reeder
c57de9c1e0 Fix typo 2017-10-02 20:14:25 -07:00
Travis Reeder
46702b0755 Attempt fix of forked builds. (#382) 2017-10-02 19:45:17 -07:00
Travis Reeder
2af1b122ae Updated README 2017-10-02 15:47:09 -07:00
Travis Reeder
c84c5fad34 Added logo 2017-10-02 15:45:57 -07:00
Travis Reeder
5ba1b8c28c Update README.md 2017-10-02 15:28:33 -07:00
James Jeffrey
c7f3066c75 Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc..

* more ref replacements

* Replacing more refs. Treeder

* Use Fn not FN
2017-09-29 16:22:15 -07:00
Chad Arimura
b4fb91bc77 Update README.md
typo
2017-09-29 09:46:53 -07:00
Chad Arimura
144f05fa8f Update README.md
addressing few comments from @treeder
2017-09-29 08:41:55 -07:00
Michael Williams
144fb1791c Small fixes after first review 2017-09-29 08:50:59 -06:00
Michael Williams
7fc8b99083 Minor fixes to main README.md 2017-09-28 17:47:42 -06:00
Travis Reeder
96cb13b211 Links to stackoverflow, blog and twitter. 2017-09-27 07:52:29 -07:00
Travis Reeder
3eaf90949c Added brew install fn to README. (#362) 2017-09-25 21:53:58 -04:00
Travis Reeder
e56d555c3e Updated docs for cli flag changes. 2017-09-07 15:53:28 -07:00
Shaun Smith
a945e74c3e Moved export of FN_REGISTRY in front of fn run which needs it set. 2017-09-05 17:13:14 -04:00
Chad Arimura
9e6ee618b8 see if commits mirroring 2017-08-25 15:27:12 -07:00
Travis Reeder
45d3e8775d Merge branch 'master' into slack 2017-08-23 12:14:38 -07:00
Travis Reeder
9550da2e07 Added slack link 2017-08-23 12:13:29 -07:00
Travis Reeder
d3f349804e Fixes #220, uses FN_REGISTRY and --registry flag on push and deploy. Also, cleanup. 2017-08-18 16:27:11 -07:00
Chad Arimura
b344a9dd81 test slack integration 2017-07-31 19:29:01 -07:00
Travis Reeder
65d2210ee5 Using install script and things again! yay! 2017-07-27 17:02:02 -07:00
Chad Arimura
0cabf6107e first changes to Fn name in Readme 2017-07-27 09:09:43 -07: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
James Jeffrey
79f1dab007 Deploy sh 2017-06-09 13:42:59 -07:00
Denis Makogon
3f065ce6bf [Feature] Function status 2017-06-06 14:12:50 -07:00
Chad Arimura
49d397293b global url replace 2017-05-29 17:10:47 -07:00
Chad Arimura
a9233bde03 adding mac, moding readme 2017-05-27 08:08:56 -07:00
Chad Arimura
ad793653c8 few words 2017-05-26 22:00:56 -07:00
Chad Arimura
7431a762e3 readme mod 2017-05-26 21:53:53 -07:00
Chad Arimura
e89be5eed7 3 ticks to 1 2017-05-26 17:20:23 -07:00
Chad Arimura
98e05eec63 init cli changes, removed app create from initial walkthrough 2017-05-26 10:32:07 -07:00
Chad Arimura
2ed7504269 tutorial readme 2017-05-25 14:35:02 -07:00
Chad Arimura
f97ac83255 more tutorial 2017-05-25 14:31:22 -07:00
Chad Arimura
a565c09c7f reorging examples/tutorials a bit 2017-05-25 14:28:00 -07:00
Chad Arimura
235a8219c2 readme cleanup and simplification 2017-05-25 10:40:53 -07:00
Chad Arimura
1c58b24533 readme updates, added ascii to create issue #33 2017-05-24 21:21:53 -07:00
Travis Reeder
d115ad6d45 Cleaning up docs 2017-05-25 03:08:40 +00:00
Travis Reeder
9cc12b4b12 Remove iron... 2017-05-18 18:59:34 +00:00
Travis Reeder
fedf08964e Deploy will automatically create a route if it doesn't exist. 2017-05-17 15:11:44 -07:00
Travis Reeder
014858143b Simplified cli commands to make things easier to use. 2017-05-15 16:51:59 -07:00
Travis Reeder
4b9bba352d Rename location. 2017-05-15 11:00:15 -07:00
Travis Reeder
615ae5c36f Mass s&r: iron-io -> kumokit 2017-04-19 09:49:12 -06:00
Travis Reeder
cfccf33c5d Updated docs, fixed broken links and moved things around. 2017-03-21 16:34:59 -07:00
Pedro Nasser
dea100d3d9 fn improvements: (#560)
- standardized required args validation
- routes create/update now prioritize args, over flags, over funcfile configuration
- removed deadcode
2017-03-01 17:55:48 -08:00
Alan deLevie
0645cd7789 Use SSL install url for fn cli (#556)
* Use SSL install url for fn cli

I know the other URL is shorter, but this is much safer.

* Changed URL to a short URL with https
2017-03-01 14:55:55 -08:00
Travis Reeder
6119f07007 Fixes some route creation and updating bugs. (#526)
* Fixes some route creation and updating bugs.

* Updated README

* Added more info the quickstart

* Updated based on PR comments.

* Fixed based on comments.

* Updated per comments.
2017-02-24 16:04:04 -08:00
Travis Reeder
24ed27bd74 Removed image check and mount docker socket in quickstart. (#531) 2017-02-21 22:21:40 -08:00
Alan deLevie
0c693e442a Fix tiny typo in README (#535) 2017-02-19 21:35:14 -08:00
jconning
c9395024c1 Doc fixes: change docker and curl commands so they will execute. (#513)
* Doc fixes: change docker and curl commands so they will execute.

* Change curl flags to -LSs
2017-02-08 22:16:05 +01:00