Files
fn-serverless/fnctl/glide.yaml
Pedro Nasser 4c31c29fb8 new commands fnctl build and bump (#204)
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
2016-11-01 00:11:29 -02:00

22 lines
499 B
YAML

package: github.com/iron-io/functions/fnctl
import:
- package: github.com/docker/docker
subpackages:
- pkg/jsonmessage
- package: github.com/giantswarm/semver-bump
subpackages:
- bump
- storage
- package: github.com/iron-io/functions_go
- package: github.com/iron-io/iron_go3
subpackages:
- config
- package: github.com/iron-io/lambda
subpackages:
- lambda
- package: github.com/urfave/cli
- package: golang.org/x/crypto
subpackages:
- ssh/terminal
- package: gopkg.in/yaml.v2