@kindly/pronto v1.4.3
PRONTO
This package is a CLI tool to manage our internal workflows in Kindly organization.
Installation
Locally:
npm install -D @kindly/prontoGlobally:
npm install -g @kindly/prontoPronto 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. Either0/undefinedor1. If1, 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 releasedev
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 -asOptions supported:
-a, --askAsk permission on Slack from the last person who committed to the development branch before taking over.
-s, --silentDo not notify on Slack, instead post on the CLI.
Global options supported:
--helpShow help messages about the package or specific commands.
# Examples
$ pronto --help
$ pronto release --helpDevelopment
After committing your code changes:
- Run
npm version [major|minor|patch]to bump the package version. - Run
npm publishto publish the package to npm registry. - Make sure everything is pushed to the remote repository (push
--tagsas well to automatically trigger the GitHub release).
10 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago