github.com/awslabs/clencli@v0.0.0-20210514234156-7ecf17182a20/box/resources/manual/init.yaml (about) 1 use: init [project] [--project-name <value> ] [ --project-type [basic|cloudformation|terraform] ] 2 example: > 3 If you want to initialize a basic project: 4 clencli init project --project-name foo 5 6 If you want to generate a cloud project: 7 clencli init project --project-name foo --project-type cloud 8 9 If you want to generate a cloudFormation project: 10 clencli init project --project-name foo --project-type cloudformation 11 12 If you want to generate a terraform project: 13 clencli init project --project-name foo --project-type terraform 14 short: Initialize a project 15 long: Initialize a project with code structure and templates