@uxf/scripts

11.14.0 • Public • Published

@uxf/scripts

@uxf/scripts

npm size quality license

uxf-release

UXF release helper
Usage:
  uxf-release [options]

Environment variables:
  GITLAB_TOKEN      - required
  CI_SERVER_URL     - required - setting by GitLab CI
  CI_PROJECT_ID     - required - setting by GitLab CI
  SLACK_WEBHOOK_URL - optional

Options
  -p, --project-id  GitLab project id (or use environment variable
                    CI_PROJECT_ID)                                      [number]
  -d, --dry-run     Skip publishing and sending slack notification     [boolean]
  -h, --help        Show help                                          [boolean]

Options:
      --version  Show version number                                   [boolean]

How to use in gitlab pipeline .gitlab-ci.yml

set environment variable GITLAB_TOKEN in GitLab CI configuration and create .gitlab-ci.yml

stages:
  - release

release:
  image: node:12-buster-slim
  stage: release
  before_script:
    - yarn global add @uxf/release
  script:
    # ... deploy project ...
    - uxf-release

uxf-lunch

UXF lunch
Usage:
  uxf-lunch [options]

Environment variables:
  SLACK_TOKEN - required

Options
      --slack-channel  Slack channel                                    [string]
  -h, --help           Show help                                       [boolean]

Options:
      --version  Show version number

Readme

Keywords

none

Package Sidebar

Install

npm i @uxf/scripts

Weekly Downloads

62

Version

11.14.0

License

ISC

Unpacked Size

51.5 kB

Total Files

31

Last publish

Collaborators

  • uxf