1.2.0 • Published 4 months ago

@tul/bitbucket v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Tulio Frontend Bitbucket commands

Library for process automation with BitBucket

Usage

$ npm install -g @tul/bitbucket
$ tulio-bitbucket COMMAND
running command...
$ tulio-bitbucket (--version)
@tul/bitbucket/1.0.0-CSE-1855-front-end-automatizacion-menus-.2 linux-x64 node-v16.15.1
$ tulio-bitbucket --help [COMMAND]
USAGE
  $ tulio-bitbucket COMMAND
...

Commands

tulio-bitbucket help [COMMANDS]

Display help for tulio-bitbucket.

USAGE
  $ tulio-bitbucket help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for tulio-bitbucket.

See code: @oclif/plugin-help

tulio-bitbucket pull-request

Automate pull request processes

USAGE
  $ tulio-bitbucket pull-request -u <value> -p <value> -r <value> [-w <value>] [-c <value>]

FLAGS
  -c, --commit=<value>     commit bitbucket
  -r, --repoSlug=<value>   (required) repoSlug bitbucket
  -w, --workspace=<value>  [default: Soytul] workspace bitbucket

AUTH BITBUCKET FLAGS
  -p, --password=<value>  (required) password bitbucket
  -u, --username=<value>  (required) username bitbucket

DESCRIPTION
  Automate pull request processes

EXAMPLES
  view help

    $ tulio-bitbucket pull-request --help

  merge a pull requests

    $ tulio-bitbucket pull-request -r [repository slug] -u [username] -p [password] -c [commit hash]

tulio-bitbucket pull-request merge

Merge a pull request

USAGE
  $ tulio-bitbucket pull-request merge -u <value> -p <value> -r <value> [-w <value>] [-c <value>] [--json]
    [--pullRequestId <value>]

FLAGS
  -c, --commit=<value>     commit bitbucket
  -r, --repoSlug=<value>   (required) repoSlug bitbucket
  -w, --workspace=<value>  [default: Soytul] workspace bitbucket
  --pullRequestId=<value>  Bitbucket pull requests Id

AUTH BITBUCKET FLAGS
  -p, --password=<value>  (required) password bitbucket
  -u, --username=<value>  (required) username bitbucket

GLOBAL FLAGS
  --json  Format output as json.

EXAMPLES
  view help

    $ tulio-bitbucket pull-request merge --help

  merge a pull requests

    $ tulio-bitbucket pull-request merge -r [repository slug] -u [username] -p [password] -c [commit hash]