- Fix error message for upload command
- Update zeus-sdk to fix the 403 error after Zeus update (#15)
- Add support for CircleCI environment (#12)
- Add support for Azure Pipelines environment (#14)
- Pin zeus-sdk version to avoid yarn/npm installation issues
- Automatically retry artifact uploads in case of failures (#10)
- Additional goodies for AppVeyor
- Add "job update" command to manipulate build jobs (#6)
- Allow to override the artifcat name during upload (#5)
- Detect the build environment in Buildkite
- Fix invalid download URL after upload
- Support multiple files in one upload command
- Fix an issue that prevented artifact uploads
- Show full download URL after successful artifact upload
- Improve debug log output
- Node v4 is now fully supported
- Support
ZEUS_URL
andZEUS_TOKEN
environment variables - Added
--url
and--token
command line parameters - Read environment variables from
.env
files in your working directory - Improved URL handling and sanatizing (e.g.
ZEUS_HOOK_BASE
) - Improved documentation for configuration and the upload command
- Improved error output and exit codes
- Require Node 4.5.0 or later
- Remove heavy polyfill dependencies
- Compatibility with NPM 2.x
- Compatibility with Node 0.12
- Rename package to
@zeus-ci/cli
- Rename the command line utility to just
zeus
- Deprecate the
zeus-ci
package
- Fix a regression in environment detection
- Compatibility with Node v6
- Fix a bug in environment detection
- Fix command line execution on Linux
- Breaking: Makes the
type
flag an option instead of parameter
Initial release.
upload
command to upload artifacts- Automatically guess the environment (Travis or AppVeyor)
- Use
ZEUS_HOOK_BASE
environment variable to authenticate