0.4.15 • Published 9 months ago

sizeup-cli v0.4.15

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

SizeUp CLI

Estimate how difficult a diff will be to review using a configurable scoring mechanism.

Installation

npm install -g sizeup-cli

Usage

sizeup --help

The output of the above help command looks like this:

Estimate how difficult a diff will be to review

USAGE
  $ sizeup [DIFF] [-c <value>] [-t <value>] [-v]

ARGUMENTS
  DIFF  Either an arbitrary set of arguments/flags to be forwarded to `git diff` (in which case those arguments must
        appear after "--") OR the URL of a pull request on GitHub (e.g. "https://github.com/lerebear/sizeup/pull/1")

FLAGS
  -c, --config-path=<value>  Path to configuration file for the sizeup lib.
                             For more details, see: https://github.com/lerebear/sizeup#configuration
  -t, --token-path=<value>   Path to a file containing a GitHub API token.
                             If this flag is omitted and the `diff` argument is a URL, then this tool will prompt for a token instead.
  -v, --verbose              Explain scoring procedure in detail

DESCRIPTION
  Estimate how difficult a diff will be to review

EXAMPLES
  Estimate the diff of the modified files in the git working tree

    $ sizeup

  Estimate the diff between the current branch the merge target

    $ sizeup -- --merge-base origin/main

  (Re)compute the score of an existing pull request using a custom configuration file

    $ sizeup --config-path experimental.yaml https://github.com/lerebear/sizeup/pull/1
0.4.15

9 months ago

0.4.10

11 months ago

0.4.9

11 months ago

0.4.14

10 months ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1-rc.0

2 years ago