Backlog::Cli
Backlog Command Line Interface
Installation
Add this line to your application's Gemfile:
gem 'backlog-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install backlog-cli
Setting File(required)
default:
space: toyama0919
user: toyama0919
password: hogehoge
assigner_id: 4604
company:
space: hoge
user: toyama-h
password: hogehoge
assigner_id: 19981
Usage
use default profile
backlog-cli -l PROJ
use other profile
backlog-cli -l PROJ --profile company
help
backlog-cli -l PROJ --profile company
Contributing
- Fork it ( http://github.com//backlog-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request