pack_show
Inspect a pack's declared contents from its file, a project's applied snapshot, or compare both to find differences.
Instructions
What a pack declares — from its file, a project's snapshot, or both.
pack_path alone reads and resolves the file fresh, needing no project
(card_templates's own shape). path alone reports what a project
actually has applied, from its stored snapshot — never the file again.
Both together compares "what the file says now" against "what the
project is still running."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | A project directory, or nothing. Omitting it means *no project* here — never the bound one — so `pack_path` alone reads the file fresh; given, it reports what that project has applied. | |
| variant | No | Report one variant rather than all of them. | |
| pack_path | No | Read and resolve this pack file fresh, needing no project. With `path` as well, it compares what the file says now against what the project is still running. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||