mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 07:49:37 +08:00
18 lines
347 B
YAML
18 lines
347 B
YAML
|
|
name: describe_tooling_sobject
|
||
|
|
argv:
|
||
|
|
- sf
|
||
|
|
- sobject
|
||
|
|
- describe
|
||
|
|
- --sobject
|
||
|
|
- "{{SOBJECT}}"
|
||
|
|
- --use-tooling-api
|
||
|
|
- --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
|