Sha256: f5b4d719ab7e4896175b2b02d538971d4ea8bf890cd0927ff578de35969d098a

Contents?: true

Size: 900 Bytes

Versions: 1

Compression:

Stored size: 900 Bytes

Contents

# Glman

GitLab bash manager

## Installation

    $ gem install glman

## Usage

### Configuration

setup

    $ glman config <gitlab_url> <private_token> --init

show

    $ glman config

### Aliases

create 

    $ glman alias <user_email> <alias>

clear all aliases

    $ glman alias --clear

### User cache

build cache

    $ glman cache

clear cache

    $ glman cache --clear

### Merge requests

make default: (make merge request from current branch to master with last commit message)

    $ glman mr <user_email_or_alias>

make full syntax

    $ glman mr <user_email_or_alias> <message> <target_branch>

show merge requests

    $ glman mr --show


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glman-0.0.2 README.md