标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2022-09-13

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

osdn-cli

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

Release Files

No download files.

Recent Commits

Rev.时间作者Message RSS
7e9e914e2018-10-29 19:30:54Tatsuki SugiuraUpdate version.
9ffb4d212018-10-29 19:28:41Tatsuki SugiuraPackage and release command gets target from vars file.
d91d68dd2018-08-20 19:19:00Tatsuki SugiuraUpdate changelog.
009569f62018-08-20 18:54:25Tatsuki SugiuraUpdate version.
f28d000e2018-08-20 18:52:46Tatsuki SugiuraUpdate to compat API change (no digest infomation when fi...
eaed46562017-05-01 18:26:38Tatsuki SugiuraUpdate version, runnable on windows env.
06fb6dcc2017-05-01 14:05:48Tatsuki SugiuraRunnable on win32 environment.
49d525c32017-02-15 14:49:38Tatsuki SugiuraFix command class loader to support ruby1.9.x.
8a67d4dc2016-10-04 16:51:40Tatsuki SugiuraUpdate version 0.1.7 to change service domain.
d4cf02522016-07-27 16:07:57Tatsuki SugiuraUpdate version.

OSDN Command Line Interface

OSDN command line interface using REST API.

Requirement

  • ruby (>= 1.9.3)
  • gem build environment or pre-build ffi gem
  • libcurl

On debian (ubuntu) system, you can install with following packages.

$ sudo apt-get install ruby ruby-ffi libcurl3

Installation

You can install by rubygem, type following on terminal.

$ gem install osdn-cli

Usage

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.

Contributing

Bug reports and pull requests are welcome on OSDN at https://osdn.jp/projects/osdn-codes/ticket/

License

Copyright (c) 2016 OSDN

Source files and gem are distributed under MIT License.

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.