ventusforge/neos-asset-import
最新稳定版本:1.1.0
Composer 安装命令:
composer require ventusforge/neos-asset-import
包简介
CLi Asset-Importer for Neos
README 文档
README
Import a resource as an asset through the command line.
Installation
composer require ventusforge/neos-asset-import
Usage
Import a single file
./flow assetimport:file --resource "/path/to/resource.jpg"
Optional arguments:
--title: Title of the asset--caption: Caption of the asset--copyright: Copyright notice of the asset--filename: "override-filename.jpg" ⚠️ the name must contain the file extension!--dry-run: If true, the files will not be imported, but the command will output what would have been imported
Import all files in a directory
./flow assetimport:directory /data/Data/VideoImport
Optional arguments:
--extension: The extension of the files to import (e.g. "jpg", "png", "mp4", "mp3", "pdf")--dry-run: If true, the files will not be imported, but the command will output what would have been imported--interactive: If true, the command will ask for confirmation before importing each file
统计信息
- 总下载量: 144
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-17