wercker

The Wercker CLI can be used to execute pipelines locally for both local development and easy introspection.

  • 所有者: wercker/wercker
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

wercker - your new favorite dev tool

wercker status

This is the project for wercker, the command-line tool that powers
all the build and deploy jobs for wercker.com, it
runs on your local machine with the help of Docker.

Wercker is designed to increase developer velocity by enabling users to run
and automate their tests and builds, leveraging Docker containers to
provide development environments for multi-service architectures.

Note: While the Wercker team has extensive experience with open source, this
project has been internal for some time and may have some rough edges. We'll
be actively prettying up the codebase and the project, but we wanted to
release it to you as early as possible.

The master branch may be in a broken or unstable state during development.
It is recommended that you download wercker through
the CLI section on our website, if you're not
contributing to the code base.

Building wercker

wercker is built using Go version 1.5 or greater. If you don't have it
already, you can get it from the
official download page. Once you go installed, set
up your go environment by
using this guide

Next, you'll need govendor to install the golang dependencies. You can do
this by running:

  go get github.com/kardianos/govendor

In Go 1.5 you'll need the vendor experiment enabled, so make sure to export
GO15VENDOREXPERIMENT=1 in your shell (see Go 1.5 Vendor Experiment)

In your git checkout ($GOPATH/src/github.com/wercker/wercker), run:

   govendor sync

This command should download the appropiate dependencies.

Once all that is setup, you should be able to run go build and get a working
executable named wercker.

Once you've got a working Docker environment, running

  ./wercker build

should go through the entire build and testing process.

Note: this is the bare minimum to build and contribute to the code base. If you
do not have a local Docker environment you will not be able to run and test
wercker properly. You can follow this guide to install Docker on your machine.

Reporting Bugs

If you are experiencing bugs running wercker locally, please create an issue
containing the following:

  • Which OS are you using?
  • Which Docker environment are you using? (Boot2docker, custom, etc)
  • Create a gist containing the following information:
    • The entire log when running wercker with the --debug log. (ie. wercker --debug build)
    • The wercker.yml file that causes the issues.

Please don't file any issue dealing with the usage of steps or unexpected behavior on hosted wercker.

If you are experiencing issues running builds or deploys on hosted wercker,
please do the following:

Try running the build again to see if the error keeps occurring. If it does, turn
on support for the application, and create an issue with the following
information:

  • The application owner and application name.
  • The ID of the build or deploy that failed.

Contributing to this repository

Oracle welcomes contributions to this repository from anyone. Please see CONTRIBUTING for details.

Contact

Join us in our slack room: Slack Status

License

wercker is under the Apache 2.0 license. See the LICENSE file for details.

主要指標

概覽
名稱與所有者wercker/wercker
主編程語言Go
編程語言Go (語言數: 4)
平台
許可證Apache License 2.0
所有者活动
創建於2016-01-28 03:55:20
推送於2021-06-09 08:04:31
最后一次提交2019-04-05 17:04:47
發布數69
最新版本名稱1.0.1555 (發布於 2019-04-05 17:04:47)
第一版名稱1.0.547 (發布於 2016-07-01 17:39:22)
用户参与
星數634
關注者數49
派生數88
提交數1.6k
已啟用問題?
問題數177
打開的問題數89
拉請求數330
打開的拉請求數10
關閉的拉請求數59
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?