1.2.0 • Published 3 months ago

hevi v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Hevi 🛳️

Helm Versioner

npm version Master Workflow Known Vulnerabilities Conventional Commits

🚧 Work in Progress

This project is currently under active development and is not yet ready for production.

Table of Contents

Installation

npm install hevi --save-dev

Usage

npx hevi \
  --token <token> \
  --directory <directory> \
  --version <version> \
  --versionType <versionType> \
  --commit \
  --commitUserEmail <commitUserEmail> \
  --commitUserName <commitUserName> \
  --commitAuthor <commitAuthor> \
  --push 

token (optional)

  • Type: String
  • Description: Token for github, gitlab, ...

directory (optional)

  • Type: String
  • Default: .
  • Description: Relative path where helm charts are located.

version (optional)

  • Type: String
  • Description: Semver version (x.y.z) otherwise existing version will be patched.

versionType (optional)

  • Type: String
  • Description: Specify if appVersion or version property should be incremented.

commit (optional)

  • Type: Boolean
  • Default: false
  • Description: Commit changes

commitUserEmail (optional)

  • Type: String
  • Description: Commit user email

commitUserName (optional)

  • Type: String
  • Description: Commit user name

commitAuthor (optional)

  • Type: String
  • Description: Commit author

push (optional)

  • Type: Boolean
  • Default: false
  • Description: Push changes
1.2.0

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.0

4 months ago