0.1.0 • Published 4 months ago

glab-toolkit v0.1.0

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

glab-toolkit

Gitlab toolkit CLI

Mostly code inspired by changesets-gitlab, kudos to the author!

Installation

pnpm i glab-toolkit

Environment Variables

General:

  • GITLAB_TOKEN - Gitlab token (required)
  • GITLAB_HOST - Gitlab host (required)

for glab-toolkit exec

  • INPUT_COMMAND - Command to execute (required)
  • INPUT_BRANCH - Branch to execute the command on (required)
  • INPUT_TITLE - Title of the merge request (required)
  • INPUT_TARGET_BRANCH - Target branch of the merge request (default CI_REF_NAME)
  • INPUT_REMOVE_SOURCE_BRANCH - Remove source branch after merge (default false)
  • INPUT_LABELS - Comma separated list of labels to add to the merge request (default '')
  • INPUT_COMMIT_MESSAGE - Commit message of the merge request (default chore: update)
  • INPUT_DESCRIPTION - Description of the merge request (default '')
  • INPUT_COMMIT_FILES - Comma separated list of files to commit (default -A .)

License

MIT

0.1.0

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.0

4 months ago