Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct { BuildDir string Version string // version to use in s3 upload Upload bool // set to true to upload to s3 OnlyUpload bool // set to true to skip build and upload existing files in dist dir. Also sets upload to true. OnlyPlatform string // only build for this platform OnlyAgent bool // build only agent and skip the rest SkipArchives bool // do not create zips and gzips }
Click to show internal directories.
Click to hide internal directories.