mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 07:49:37 +08:00
14 lines
337 B
Markdown
14 lines
337 B
Markdown
|
|
---
|
||
|
|
description: Show just the connected Salesforce org details — alias, edition, API version, instance URL, username.
|
||
|
|
allowed-tools:
|
||
|
|
- Bash
|
||
|
|
---
|
||
|
|
|
||
|
|
Print the connected org info without the banner or project stats:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context status-org
|
||
|
|
```
|
||
|
|
|
||
|
|
Output the result verbatim, preserving the formatting.
|