tuyen dev fetch-external
Download external assets with optional filtering and string replacement.
Usage
tuyen dev fetch-external [OPTIONS] --output <OUTPUT>Options
--output <OUTPUT>
- Directory to save fetched assets into.
- Required: Yes.
--include <INCLUDE>
- Only fetch assets matching these glob patterns, can be specified multiple times.
--exclude <EXCLUDE>
- Skip assets matching these glob patterns, can be specified multiple times.
--replace <REPLACE>
- Comma-separated string replacement pairs applied to fetched content.
-h, --help
- Print help.