# `export-testkits`

This command is deprecated!

Instead of `wuf export-testkits` you should use `wuf make`.

---

`wuf export-testkits` was used for a very specific use case: generating
a file which contains exports to all components (found with `wuf update`) testkits.

Because `wuf export-testkits` can accept an EJS template through
`--template` flag, it can be tempting to use this command as a general
file generator. After all, it runs EJS templating engine and injects
data to template specified by user, so why not use this functionality
for more than just testkit export files.

It would work, but name `wuf export-testkits`, as well as internal
assumptions about testkits and flags like `--testkit-definitions` are
usecase specific and can lead to confusing and difficult to debug usages.

This lead to implementing `wuf make` - a generic tool for generating
files - any files, including but not limited to teskit exports files.
