Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.13 KB

File metadata and controls

36 lines (26 loc) · 1.13 KB

flub info

Get info about the repo, release groups, and packages.

flub info

Get info about the repo, release groups, and packages.

USAGE
  $ flub info [--json] [-v | --quiet] [-g client|server|azure|build-tools|gitrest|historian] [-c
    releaseGroup|name|private|version|path...] [-p]

FLAGS
  -c, --columns=<option>...    [default: releaseGroup,name,private,version] Specify which columns are included in
                               report.
                               <options: releaseGroup|name|private|version|path>
  -g, --releaseGroup=<option>  Name of a release group.
                               <options: client|server|azure|build-tools|gitrest|historian>
  -p, --[no-]private           Include private packages (default true).

LOGGING FLAGS
  -v, --verbose  Enable verbose logging.
      --quiet    Disable all logging.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Get info about the repo, release groups, and packages.

See code: src/commands/info.ts