# cpl build ## Contents - [Description](#description) Copies an python app into an output directory named build/ at the given output path. Must be executed within a CPL workspace or project directory cpl **build**
cpl **b**
cpl **B** ## Description The command can be used to build a project of type "console" or "library". The build command copies all included source files to the output directory. You can run the source files in the output directory directly. The command is used to prepare the source files for the publish command or to copy them to an target for execution.