labbadge
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

labbadge

Update the image and link of a gitlab project badge

Usage

$ npm install -g labbadge
$ labbadge COMMAND
running command...
$ labbadge (-v|--version|version)
labbadge/1.1.5 linux-x64 node-v10.14.1
$ labbadge --help [COMMAND]
USAGE
  $ labbadge COMMAND
...

Commands

labbadge help [COMMAND]

display help for labbadge

USAGE
  $ labbadge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

labbadge list

Lists all of the badges associated with the given project

USAGE
  $ labbadge list

OPTIONS
  -h, --help             show CLI help
  -p, --project=project  project id the badge belongs to
  -t, --token=token      the private token to be used

See code: src/commands/list.ts

labbadge update

describe the command here

USAGE
  $ labbadge update

OPTIONS
  -b, --badge=badge      the badge id to update
  -c, --color=color      background color of the value
  -h, --help             show CLI help
  -l, --link=link        new link to point to
  -m, --message=message  value displayed in the colored area
  -n, --label=label      label of the badge
  -p, --project=project  project id the badge belongs to
  -t, --token=token      the private token to be used
  -v, --version          show CLI version
  --logo=logo            base64 encoded logo

See code: src/commands/update.ts

Readme

Keywords

Package Sidebar

Install

npm i labbadge

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

223 kB

Total Files

14

Last publish

Collaborators

  • blforce