* fnctl: improve UX for howto's
* doc: go function howto
* fnctl: show the progress of build calls
* doc: php function howto
* doc: fix Go HOWTO
* doc: Node Functions HOWTO
* doc: Python Functions HOWTO
* doc: improve README files
* doc: ccirello -> USERNAME
* docs: fix Python example
Used an idiomatic method (isatty) to decide whether stdin must
be read or not.
* doc: fix go example
* fnctl: fix docker push output
New commands & refectoring
* fnctl: refactor code to improve reuse between commands
build, bump and publish (formerly update) share a lot of code,
this refactor ensure their logic are correctly reused. It renames
update to publish, so it would be a strong diff between "update"
and build.
* fnctl: remove unnecessary dependency for build and bump
* fnctl: improve code reuse between bump, build and publish
Unify the use of walker function in all these three commands and
drop dry-run support.
* Code grooming
- errcheck
* fnctl: update README.md to be in sync with actual execution output
* fnctl: move scan function to commoncmd structure
* fnctl: change verbose flag handling does not use global variable anymore
* Always decrement memory even if task preparation or execution fails.
* Fall back to max 2GB memory on non-Linux. 300GB is ridiculous.
* Simplify loop
* Example for OpenStack Ceilometer: added a part how to reduce the update period
* Example for OpenStack Ceilometer: typo
* update optional step for setting polling interval
* Draft for Swarm support
Fixes#65
* fix shell prompt
* Add instructions for production deployments
Further set of instructions with steps for:
- PostgreSQL
- Redis
- Load Balancer