vlocode-project - v1.40.0-beta-4
    Preparing search index...

    A deployment spec contains Datapack specific logic and allows hooking into the deployment process to manipulate what get's deployed and execute post-deployment activation logic.

    Implementers can implement any of the specified functions in this interface, all functions are optional and only the implemented functions are executed.

    For many standard datapacks spec logic is implemented under the ./deploymentSpecs folder.

    Implements

    Index

    Constructors

    Properties

    container: Container
    logger: Logger

    Methods

    • Handles post-deployment activities for OmniUiCard datapacks.

      This method activates deployed OmniUiCard records and, if configured to use Metadata API, collects and deploys the associated LWC components. The process can run in parallel based on the deployment configuration.

      Parameters

      Returns Promise<void>

      A Promise that resolves when all post-deployment activities are completed

      Will propagate any errors that occur during the activation or deployment process