afv-library/skills/agentforce-architecture-analyze/assets/cli/org_display.yaml

16 lines
280 B
YAML

name: org_display
argv:
- sf
- org
- display
- --target-org
- "{{ORG_ALIAS}}"
- --json
- --verbose
timeout_seconds: 300
required_params: [ORG_ALIAS]
success_check: stdout_json_status_zero
auth_required_stderr_patterns:
- NoOrgAuthenticationError
- AuthInfoError