mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-01 04:16:17 +08:00
19 lines
391 B
YAML
19 lines
391 B
YAML
name: retrieve_genai_plugin
|
|
argv:
|
|
- sf
|
|
- project
|
|
- retrieve
|
|
- start
|
|
- --target-org
|
|
- "{{ORG_ALIAS}}"
|
|
- --target-metadata-dir
|
|
- "{{TARGET_DIR}}"
|
|
- --json
|
|
extra_argv_anchor: --target-metadata-dir
|
|
timeout_seconds: 300
|
|
required_params: [ORG_ALIAS, TARGET_DIR]
|
|
success_check: stdout_json_status_zero
|
|
auth_required_stderr_patterns:
|
|
- NoOrgAuthenticationError
|
|
- AuthInfoError
|