https://github.com/toyama0919/backlog-cli
https://github.com/toyama0919/backlog-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/backlog-cli
- Owner: toyama0919
- License: mit
- Created: 2014-06-23T03:59:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T04:02:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T19:43:21.800Z (4 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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)
```yaml:$HOME/.backlogrc
default:
space: toyama0919
user: toyama0919
password: hogehoge
assigner_id: 4604company:
space: hoge
user: toyama-h
password: hogehoge
assigner_id: 19981```
## Usage
### use default profile
```bash
backlog-cli -l PROJ
```### use other profile
```bash
backlog-cli -l PROJ --profile company
```### help
```bash
backlog-cli -l PROJ --profile company
```## Contributing
1. Fork it ( http://github.com//backlog-cli/fork )
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