nextbox / neos-asset-import
CLi Asset-Importer for Neos
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:neos-plugin
Requires
- php: >=8.0
- neos/neos: *
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.