ventusforge/neos-asset-import

CLi Asset-Importer for Neos

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-application

pkg:composer/ventusforge/neos-asset-import

0.1.0 2026-01-17 19:31 UTC

This package is auto-updated.

Last update: 2026-01-17 19:34:48 UTC


README

Import a resource as an asset through the command line.

Installation

composer require ventusforge/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.