# Prep

{% code fullWidth="true" %}

```
NAME:
   singularity prep - データセットの準備の作成と管理

使用法:
   singularity prep コマンド [コマンドオプション] [引数...]

コマンド:
   create                新しい準備を作成する
   list                  全ての準備を一覧表示する
   status                準備のジョブステータスを取得する
   attach-source         ソースストレージを準備にアタッチする
   attach-output         出力ストレージを準備にアタッチする
   detach-output         出力ストレージを準備からデタッチする
   start-scan            ソースストレージのスキャンを開始する
   pause-scan            スキャンジョブを一時停止する
   start-pack            全てのパックジョブまたは特定のジョブを開始／再開する
   pause-pack            全てのパックジョブまたは特定のジョブを一時停止する
   start-daggen          全てのフォルダ構造のスナップショットを作成する DAG 生成を開始する
   pause-daggen          DAG 生成ジョブを一時停止する
   list-pieces           準備に生成された全てのピースを一覧表示する
   add-piece             準備に手動でピース情報を追加する。これは外部ツールで準備されたピースに便利です。
   explore               パスによる準備されたソースのエクスプローラ
   attach-wallet         ウォレットを準備にアタッチする
   list-wallets          準備にアタッチされたウォレットを一覧表示する
   detach-wallet         ウォレットを準備からデタッチする
   help, h               コマンドのリストを表示するか、コマンドのヘルプを表示する

オプション:
   --help, -h   ヘルプを表示する
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-programs.gitbook.io/singularity/jp/cli-reference/prep.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
