> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/example-scripts.md).

# サンプルスクリプト

### サンプルスクリプト <a href="#jk16t1n96hg" id="jk16t1n96hg"></a>

1Passwordソリューションチームは、独自のプロジェクトのヒントとして利用できる[1Password CLIスクリプトのサンプルのリポジトリーを管理しています。](https://github.com/1Password/solutions)

サンプルスクリプトを正しく動作させるには、コマンドラインJSONプロセッサーである[jq](https://stedolan.github.io/jq/)をインストールする必要があります。

役に立つデモ スクリプトが見つかります:

* [別のパスワードソリューションから移行する](https://github.com/1Password/solutions/tree/main/migration)
* [CSVから新しいユーザーをプロビジョニングする](https://github.com/1Password/solutions/tree/main/scripted-provisioning)
* 保存済み[のユーザーを監査または管理する](https://github.com/1Password/solutions/tree/main/user-management)
* 保管庫[とグループを管理する](https://github.com/1Password/solutions/tree/main/account-management)
* [アイテムをCreate、更新、共有する](https://github.com/1Password/solutions/tree/main/item-management)

### さらに詳しく知るには <a href="#id-6xmw20v8jahl" id="id-6xmw20v8jahl"></a>

* [シークレット参照を使い始める](https://developer.1password.com/docs/cli/secret-references/)
* [スクリプトにシークレットを読み込む](https://developer.1password.com/docs/cli/secrets-scripts/)
* [環境にシークレットをロードする](https://developer.1password.com/docs/cli/secrets-environment-variables/)
* [シークレットを設定ファイルに読み込む](https://developer.1password.com/docs/cli/secrets-config-files/)
