mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# data360-activate
|
|
|
|
Activation and downstream delivery workflows for Salesforce Data Cloud.
|
|
|
|
## Use this skill for
|
|
|
|
- activations
|
|
- activation targets
|
|
- data actions
|
|
- data action targets
|
|
- downstream platform inspection before push
|
|
|
|
## Example requests
|
|
|
|
```text
|
|
"Activate this segment to the downstream platform"
|
|
"Show me what activation targets already exist"
|
|
"Create a data action target for this integration"
|
|
"Help me inspect why this activation is not ready"
|
|
```
|
|
|
|
## Common commands
|
|
|
|
```bash
|
|
sf data360 activation platforms -o myorg 2>/dev/null
|
|
sf data360 activation-target list -o myorg 2>/dev/null
|
|
sf data360 activation list -o myorg 2>/dev/null
|
|
sf data360 data-action-target list -o myorg 2>/dev/null
|
|
```
|
|
|
|
## References
|
|
|
|
- [SKILL.md](SKILL.md)
|
|
- [../data360-orchestrate/assets/definitions/activation-target.template.json](../data360-orchestrate/assets/definitions/activation-target.template.json)
|
|
- [../data360-orchestrate/assets/definitions/activation.template.json](../data360-orchestrate/assets/definitions/activation.template.json)
|
|
- [../data360-orchestrate/assets/definitions/data-action-target.template.json](../data360-orchestrate/assets/definitions/data-action-target.template.json)
|
|
- [../data360-orchestrate/assets/definitions/data-action.template.json](../data360-orchestrate/assets/definitions/data-action.template.json)
|
|
- [../data360-orchestrate/references/plugin-setup.md](../data360-orchestrate/references/plugin-setup.md)
|