Skip to content

Commit

Permalink
Describe the artifacts created by the release build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Mar 28, 2016
1 parent 36122ae commit 0c2d2cf
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,16 @@ At first, the script updates `base/constants.go` with the given version. This is
- Windows/amd64
- MacOS/amd64
The binaries are packaged along with utility scripts as described in the [Install](#install-it) section. The folders are then archived - a `.tar.gz` is made for Linux/Mac; a `.zip` is made for Windows.
The binaries are packaged along with utility scripts as described in the [Install](#install-it) section. The folders are then archived - a `.tar.gz` file is made for Linux and Mac; a `.zip` file is made for Windows.
Here is a full list of the created artifacts:
* `clc-$version-linux-amd64/`
* `clc-$version-linux-amd64.tar.gz`
* `clc-$version-darwin-amd64`
* `clc-$version-darwin-amd64.tar.gz`
* `clc-$version-windows-amd64/`
* `clc-$version-windows-amd64.zip`
#### Building a .pkg for MacOS
Expand All @@ -356,6 +365,11 @@ The binaries are packaged along with utility scripts as described in the [Instal
**Note:** the version has to match the version you specified in the previous section.
You should see 2 artifacts after executing this script:
* `clc-$version-pkg`
* `clc-$version.pkg`
## Security
The CenturyLink Cloud Go CLI leverages our public API that serves all requests over HTTPS. Therefore credentials are encrypted when being transfered. Credentials stored on the local machine in the config.yml are not encrypted during installation and you are encouraged to use industry standard encryption tools in order to provide additional protection for them.
Expand Down

0 comments on commit 0c2d2cf

Please sign in to comment.