Skip to content

nextbox-dev/NextBox.Neos.AssetImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neos Asset Importer

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.

About

Import (remote) resources as assets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages