mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-02 05:09:27 +08:00
17 lines
317 B
YAML
17 lines
317 B
YAML
name: describe_sobject
|
|
argv:
|
|
- sf
|
|
- sobject
|
|
- describe
|
|
- --sobject
|
|
- "{{SOBJECT}}"
|
|
- --target-org
|
|
- "{{ORG_ALIAS}}"
|
|
- --json
|
|
timeout_seconds: 300
|
|
required_params: [ORG_ALIAS, SOBJECT]
|
|
success_check: stdout_json_status_zero
|
|
auth_required_stderr_patterns:
|
|
- NoOrgAuthenticationError
|
|
- AuthInfoError
|