metadrop/drupal-artifact-builder

There is no license information available for the latest version (1.4.1) of this package.

Helper to generate drupal artifacts

1.4.1 2023-06-13 12:51 UTC

This package is auto-updated.

Last update: 2024-04-18 10:12:59 UTC


README

Helps generating artifacts for Drupal

Installation

composer require metadrop/drupal-artifact-builder

Usage

Builds the artifact and push the changes to git:

drupal-artifact-builder --repository git@example.com:example/example.git

Only generates the artifact:

drupal-artifact-builder create

Only track the changes into git (it is needed to generate the artifact first):

drupal-artifact-builder git --repository git@example.com:example/example.git

Parameters

  • extra-paths: Allow adding more paths to the artifact.
drupal-artifact-builder --repository git@example.com:example/example.git --extra-paths=oauth.json,mycustomapp