「pione package build」の版間の差分
提供: Eospedia
(→オプション -o) |
|||
| 行5: | 行5: | ||
<tr> | <tr> | ||
<th>オプション</th> | <th>オプション</th> | ||
| − | <th> | + | <th>型</th> |
| − | <th> | + | <th>デフォルト</th> |
<th>説明</th> | <th>説明</th> | ||
</tr> | </tr> | ||
| 行63: | 行63: | ||
=== オプション必須項目のみの場合 === | === オプション必須項目のみの場合 === | ||
パッケージするディレクトリをPackage1として実行します。<br> | パッケージするディレクトリをPackage1として実行します。<br> | ||
| − | Package1内の[[ | + | Package1内の[[PIONE定義書]]<br> |
<pre> | <pre> | ||
.@ PackageName :: "HelloWorld" | .@ PackageName :: "HelloWorld" | ||
2014年12月11日 (木) 06:49時点における版
pione package buildとはパッケージのビルドを行うPIONEのコマンドです。
オプション一覧
| オプション | 型 | デフォルト | 説明 |
|---|---|---|---|
| 引数 | source | 必須 | the source package location |
| --hash-id | HASH | Specify git hash ID | |
| -o | LOCATION | Output file or directory location | |
| --tag | NAME | Specify tag name | |
| --color | BOOLEAN | true | 出力結果の文字に色を付ける |
| --debug | [TYPE] | system | デバッグモードで実行 |
| --help | [FORMAT] | txt | ヘルプを表示 |
| -v | なし | なし | バージョンを表示 |