Documentation
¶
Index ¶
- func CmdBlackbox(c *cli.Context) error
- func CmdBootstrap(c *cli.Context) error
- func CmdBower(c *cli.Context) error
- func CmdCi(c *cli.Context) error
- func CmdClean(c *cli.Context) error
- func CmdDockerCompose(c *cli.Context) error
- func CmdInit(c *cli.Context) error
- func CmdInstallDependencies(c *cli.Context) error
- func CmdLein(c *cli.Context) error
- func CmdMake(c *cli.Context) error
- func CmdMvn(c *cli.Context) error
- func CmdNpm(c *cli.Context) error
- func CmdPackage(c *cli.Context) error
- func CmdPublish(c *cli.Context) error
- func CmdRelease(c *cli.Context) error
- func CmdResolveDockerTag(c *cli.Context) error
- func CmdRun(c *cli.Context) error
- func CmdSbt(c *cli.Context) error
- func CmdTeardown(c *cli.Context) error
- func CmdTest(c *cli.Context) error
- func RunBlackboxTest(c *cli.Context) error
- func RunPackage(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdBlackbox ¶
CmdBlackbox processes cmd args and then runs blackbox tests
func CmdBootstrap ¶
CmdBootstrap pulls and builds the services in the docker-compose file
func CmdDockerCompose ¶
func CmdInstallDependencies ¶
func CmdPackage ¶
CmdPackage runs package service if present and then attempts to build Dockerfile. Unless --skip-tests is passed, it *will* run the tests, and any failures will abort the packaging process.
func CmdPublish ¶
CmdPublish will publish all artifacts associated with the current repo
func CmdRelease ¶
CmdRelease will create, and push a release tag
func CmdResolveDockerTag ¶
CmdResolveDockerTag outputs the docker tag which would be published given the current git tag and branch
func CmdTeardown ¶
func RunBlackboxTest ¶
RunBlackboxTest will execute the blackbox service and then return
func RunPackage ¶
RunPackage runs package service if present and then attempts to build Dockerfile This command does *not* attempt to run any tests, nor does it pay attention to the -skip-test flag
Types ¶
This section is empty.