Skip to main content
Version: 2.0.0

tdk examples extract

Extract an example into a new directory

tdk examples extract \
--name quickstart \
--dir ./qs-example
FlagTypeRequiredDescription
--name, -nstringRequiredName of the example to extract. See 'tdk examples list'.
--dir, -dstringRequiredDirectory to generate the example in. The directory must not exist beforehand, as it will be created by the CLI.