mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
14 lines
493 B
Markdown
14 lines
493 B
Markdown
|
|
---
|
||
|
|
description: Show the Salesforce project banner — connected org, edition, API, project metadata stats, and MCP server status.
|
||
|
|
allowed-tools:
|
||
|
|
- Bash
|
||
|
|
---
|
||
|
|
|
||
|
|
Run the sf-context status command to print the current banner with org details, project metadata counts, git status (if applicable), and platform MCP server connection status:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context status
|
||
|
|
```
|
||
|
|
|
||
|
|
Output the result verbatim to the user, preserving the box-drawing characters and formatting.
|