omnistudio-datapacks-deploy

Automate Salesforce Industries DataPack deployment using Vlocity Build CLI.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill omnistudio-datapacks-deploy-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omnistudio-datapacks-deploy
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/omnistudio-datapacks-deploy
Command: npx skills add https://github.com/padjei/SF_Agents --skill omnistudio-datapacks-deploy-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates Salesforce Industries DataPack deployment workflows, streamlining processes for organizations deploying OmniStudio/Vlocity DataPacks.

Core Features & Use Cases

  • DataPack Deployment Automation: Export, validate, deploy, retry, and compare DataPacks with a predictable workflow.
  • Job File Guidance: Build job patterns for projectPath, expansionPath, queries, and manifest.
  • Validation-First Operations: Gate deployment with validateLocalData and dependency checks.
  • CI/CD Patterns: Support manifest-driven and git-aware deployment sequencing.

Quick Start

Deploy OmniStudio DataPacks using the omnistudio-datapacks-deploy skill.

Frequently Asked Questions about omnistudio-datapacks-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Salesforce Industries DataPack deployment using Vlocity Build?

Automating Salesforce Industries DataPack deployment with Vlocity Build involves exporting, validating, deploying, retrying, and comparing DataPacks using predictable workflow patterns and manifest-driven sequencing.

What is the best way to structure Vlocity Build job files for OmniStudio DataPacks?

Structuring Vlocity Build job files requires defining projectPath, expansionPath, queries, and manifest parameters to ensure proper DataPack export and deployment sequencing.

Do I need Vlocity Build CLI and Salesforce CLI to deploy OmniStudio DataPacks?

Yes, deploying OmniStudio DataPacks requires both Vlocity Build CLI and Salesforce CLI installed in your environment to execute vlocity commands for deployment and validation operations.

Can I validate OmniStudio DataPacks locally before deploying to Salesforce?

Yes, you can gate deployment by running validateLocalData and dependency checks to validate OmniStudio DataPacks locally before executing the full deployment to Salesforce.

How do I set up CI/CD pipelines for Salesforce Industries DataPack migration?

Setting up CI/CD pipelines for DataPack migration uses manifest-driven and git-aware deployment sequencing to automate validation-first operations and streamline Salesforce Industries releases.

Why does my Vlocity DataPack deployment fail during migration?

DataPack deployment failures during migration often stem from missing dependency checks, invalid job file configurations, or skipped validation steps, which can be resolved using retry and compare workflows.