Skip to content

[sap-document-ai]: Add 'cds add document-ai' scaffold command #105

Description

@samyuktaprabhu

Setting up the Document AI plugin currently requires several manual configuration steps, including adding the required Maven dependency, enabling the persistent outbox in application.yaml, configuring the Document AI service binding, and creating boilerplate handler stubs.

These manual steps increase the effort required to get started and make onboarding more error-prone.

Introduce a cds add document-ai CLI command that automates the initial project setup.

The command should configure the required project components, including:

  • Adding the required dependencies.
  • Configuring the Document AI service binding (for example in mta.yaml).
  • Enabling the persistent outbox.
  • Generating the required handler stubs.

The goal is to reduce setup effort and provide a consistent onboarding experience for new adopters.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions