mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-04 06:07:12 +08:00
16 lines
280 B
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
|