Name | Size | Rev. | Time | Author | Log Message |
---|---|---|---|---|---|
![]() |
|||||
![]() |
|||||
![]() |
|||||
![]() |
|||||
![]() |
131 | fd0ec64 | 2016-03-12 05:53:17 | Tatsuki Sugiura | First version. |
![]() |
31 | fd0ec64 | 2016-03-12 05:53:17 | Tatsuki Sugiura | First version. |
![]() |
76 | fd0ec64 | 2016-03-12 05:53:17 | Tatsuki Sugiura | First version. |
![]() |
2.65 k | 7e9e914 | 2018-10-29 19:30:54 | Tatsuki Sugiura | Update version. |
![]() |
110 | fd0ec64 | 2016-03-12 05:53:17 | Tatsuki Sugiura | First version. |
![]() |
1.02 k | ed506ec | 2016-04-01 15:54:21 | Tatsuki Sugiura | Add license file. |
![]() |
1.49 k | ed506ec | 2016-04-01 15:54:21 | Tatsuki Sugiura | Add license file. |
![]() |
373 | 9d82c65 | 2016-03-12 06:17:54 | Tatsuki Sugiura | Fix gem library file list. |
![]() |
1.21 k | 8a67d4d | 2016-10-04 16:51:40 | Tatsuki Sugiura | Update version 0.1.7 to change servic... |
OSDN command line interface using REST API.
On debian (ubuntu) system, you can install with following packages.
$ sudo apt-get install ruby ruby-ffi libcurl3
You can install by rubygem, type following on terminal.
$ gem install osdn-cli
First you need to login to API with 'login' subcommand.
$ osdn login
To get command list use help.
$ osdn help
osdn [global-options] <command> [command-options] [args]
osdn help <command>
Global Options:
-h --help Show help message. use 'help <command>' for specific command.
-v --verbose Increase log level (multiple)
-q --quiet Decrease log level (multiple)
Avaiable Commands:
help
login Login and save access token.
package Manipulate frs packages of project
release Manipulate frs releases of project
relfile Manipulate frs files of project
frs_mkdirs Make directory tree for current project release
frs_upload Upload local file tree and create package/release implicitly.
ping Test API request.
vars Get/set request environment variable.
Bug reports and pull requests are welcome on OSDN at https://osdn.jp/projects/osdn-codes/ticket/
Copyright (c) 2016 OSDN
Source files and gem are distributed under MIT License.