mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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
22 lines
499 B
YAML
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
|