# cldk scaffold Scaffolds your app with the simple predefined template. ```shell cldk scaffold [options] cldk scaffold mytestapp --auth=custom ``` # Arguments | ARGUMENT | DESCRIPTION | VALUE TYPE | | --- | --- | --- | | app-id | The id of the app to scaffold, see app integrations | string | # Options | OPTIONS | DESCRIPTION | SUPPORTED VALUES | DEFAULT | | --- | --- | --- | --- | | `--auth` | The authentication strategy of the app to be scaffolded | basic, custom, none | basic |