ortfo / db

A readable, easy and enjoyable way to manage portfolio databases using directories and text files. Initially made for https://ewen.works.
https://ortfo.org/db
MIT License
2 stars 1 forks source link

CLI to build only some works #65

Closed ewen-lbh closed 2 years ago

ewen-lbh commented 2 years ago

Provide a usage form that only builds a single work, or a subset of works that match a certain pattern. For that pattern, the same expressions as those used for collections's include key are supported. That form is:

ortfodb [options] <database> build <works>... <to-filepath> [--config=FILEPATH] [-msS] [--]

Depends on #64