pivotal-flow
Version:
🔀 A command-line tool that helps you manage & automate your workflow to use with PivotalTracker.
26 lines (19 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHelpOutput = () => `
Available commands in pivotal-flow:
Check which version of pivotal-flow is installed:
$ pivotal-flow --version
Start working on an existing/new Pivotal story:
$ pivotal-flow
$ pivotal-flow start
Hooks:
Check for Pivotal Story ID in the current branch name:
$ pivotal-flow hook check-story-id-in-branch
Check for Pivotal Story ID presence in every commit message via the
commit-msg hook via husky:
$ pivotal-flow hook check-story-id-in-commit
Add Pivotal Story ID from current branch name to every commit as
a prepare-commit-msg hook via husky:
$ pivotal-flow hook add-story-id-to-commit
`;