nextbox/neos-asset-import

CLi Asset-Importer for Neos

1.0.1 2025-02-12 10:58 UTC

This package is auto-updated.

Last update: 2025-03-12 11:11:39 UTC


README

Import a resource as an asset through the command line.

Installation

composer require nextbox/neos-asset-import

Usage

You have to set the type of the imported asset. The possible types are image, video, audio and document.

./flow assetimport:import
  --resource "/path/to/resource"
  --title "Title of the asset"
  --caption "Caption of the asset"
  --copyright-notice "copyright notice of the asset"
  --filename "override-filename.png"

NOTE: You have to set the filename argument if you are importing a remote resource.