settings.json

Setup

リポジトリの初期化(--init)やメンテナンス(--maintenance)中に実行されるフック。

使い方・用途

  • プロジェクトのセットアップ時や CI 環境での実行時に、一度限りの依存関係のインストールや環境準備スクリプトを自動実行します。
英語原文(公式ドキュメントより)

UNDOCUMENTED. Hooks that run during repository initialization (--init, --init-only) or maintenance (--maintenance)

関連する変更履歴

v2.1.10 (1件)

Added
リポジトリのセットアップやメンテナンス操作のための、--init、--init-only、または--maintenanceフラグから呼び出し可能な新しい Setup フックイベントを追加しました。
英語原文を表示
Added new Setup hook event that can be triggered via --init, --init-only, or --maintenance CLI flags for repository setup and maintenance operations

関連ドキュメント