builder -pattern "*.build.yml" this/is/my/optional/search/path
Expected environment variables:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
Alternative: The AWS credentials file – located at ~/.aws/credentials
on
Linux, OS X, or Unix, or at C:\Users\USERNAME\.aws\credentials
on Windows.
-debug
Enable debug mode (Log level: debug)
-exclude string
Excludes directories with this pattern (e.g. **/node_modules/**,.git)
-force
Rebuild data without checking remote
-include string
Pattern for directory traversal (default "**")
-pattern string
File pattern for build files (default "*.build.yml")
-s3-bucket string
Specify S3 bucket name (default "cmsbuild")
-s3-region string
Specify S3 region (default "eu-central-1")
-skip-download
Don't download builds
-skip-upload
Don't upload builds
-verbose
Enable verbose mode (Log level: info)
-version
Show version
Name | Default | Description |
---|---|---|
cwd |
. |
Current working directory to resolve relative paths (include , exclude , command ) |
root |
. |
Top level directory to verify / package files |
Run make
to build binaries:
export GOPATH=`pwd`
make init
make build
brew update
brew install go