mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 07:49:37 +08:00
14 lines
366 B
Markdown
14 lines
366 B
Markdown
|
|
---
|
||
|
|
description: Show just the local SFDX project metadata stats — Apex/triggers/LWC/Aura/objects/perm sets/flows counts and git status.
|
||
|
|
allowed-tools:
|
||
|
|
- Bash
|
||
|
|
---
|
||
|
|
|
||
|
|
Print the local project metadata summary without the banner or org info:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context status-project
|
||
|
|
```
|
||
|
|
|
||
|
|
Output the result verbatim, preserving the formatting.
|