@@ -12,12 +12,13 @@ The ``dev-tools:sync`` command synchronizes consumer-facing automation and defau
12122. ``copy-resource `` - copies GitHub Actions workflows
13133. ``copy-resource `` - copies .editorconfig
14144. ``copy-resource `` - copies dependabot.yml
15- 5. ``wiki --init `` - initializes wiki as submodule
16- 6. ``gitignore `` - merges .gitignore files
17- 7. ``gitattributes `` - manages export-ignore rules
18- 8. ``skills `` - synchronizes packaged skills
19- 9. ``license `` - generates LICENSE file
20- 10. ``git-hooks `` - installs Git hooks
15+ 5. ``funding `` - synchronizes ``composer.json `` funding metadata with ``.github/FUNDING.yml ``
16+ 6. ``wiki --init `` - initializes wiki as submodule
17+ 7. ``gitignore `` - merges .gitignore files
18+ 8. ``gitattributes `` - manages export-ignore rules
19+ 9. ``skills `` - synchronizes packaged skills
20+ 10. ``license `` - generates LICENSE file
21+ 11. ``git-hooks `` - installs Git hooks
2122
2223Usage
2324-----
@@ -89,13 +90,16 @@ Exit Codes
8990Behavior
9091---------
9192
92- - Updates ``composer.json `` scripts and extra configuration.
93+ - Updates ``composer.json `` scripts, extra configuration, and managed funding
94+ metadata.
9395- Copies missing workflow stubs, ``.editorconfig ``, and ``dependabot.yml ``.
96+ - Synchronizes supported funding metadata between ``composer.json `` and
97+ ``.github/FUNDING.yml ``.
9498- When ``--overwrite `` is enabled, replaced text resources emit a unified diff
9599 so terminal sessions and CI logs show what changed.
96100- ``--dry-run `` and ``--check `` verify managed-file drift for ``composer.json ``,
97- copied resources, ``.gitignore ``, ``.gitattributes ``, `` LICENSE ``, and Git
98- hooks.
101+ funding metadata, copied resources, ``.gitignore ``, ``.gitattributes ``,
102+ `` LICENSE ``, and Git hooks.
99103- ``--interactive `` prompts before replacing drifted managed files when the
100104 command is running in an interactive terminal.
101105- Creates ``.github/wiki `` as a git submodule when missing.
0 commit comments