1.4.3 • Published 10 months ago

@kindly/pronto v1.4.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

PRONTO

This package is a CLI tool to manage our internal workflows in Kindly organization.

Installation

Locally:

npm install -D @kindly/pronto

Globally:

npm install -g @kindly/pronto

Pronto make use of the following environment variables:

  • PRONTO_SLACK_BOT_TOKEN: Required. The Slack bot token. Ask a colleague to give it to you.
  • PRONTO_SLACK_USER_ID: Required. Your Slack user ID.
  • PRONTO_CUSTOM_SLACK_CHANNEL_ID: Optional. The Slack channel ID Pronto will post messages to. If not provided, messages will be posted to the Product Tech Team channel.
  • PRONTO_DEBUG: Optional. Either 0/undefined or 1. If 1, Pronto will follow some debug configurations, like posting messages to the Pronto debug channel instead of Product Tech Team channel.

Usage

$ pronto [command] [options]

Commands supported:

release

Create a new release by creating and pushing a new tag, then notify on Slack tech channel.

# Example
$ pronto release

dev

Pushes your local current branch to the remote development branch, then notify on Slack tech channel.

# Example
$ pronto dev
$ pronto dev --ask
$ pronto dev --silent
$ pronto dev -as
Options supported:
  • -a, --ask

    Ask permission on Slack from the last person who committed to the development branch before taking over.

  • -s, --silent

    Do not notify on Slack, instead post on the CLI.

Global options supported:

  • --help

    Show help messages about the package or specific commands.

# Examples
$ pronto --help
$ pronto release --help

Development

After committing your code changes:

  1. Run npm version [major|minor|patch] to bump the package version.
  2. Run npm publish to publish the package to npm registry.
  3. Make sure everything is pushed to the remote repository (push --tags as well to automatically trigger the GitHub release).
1.4.3

10 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago