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