/gcloud-kit:init
Initialize a new G-Cloud Kit project structure.
Overview
Creates the directory structure and initial files needed for a G-Cloud submission project. This is the recommended first step when starting a new G-Cloud application from scratch.
Usage
/gcloud-kit:init
Arguments: None required. Optionally provide a company name or project description.
Prerequisites
None — this is the entry point for new projects.
Output
services/
└── supplier/ # Supplier-level documents directory
.gcloud/
└── market-analysis/ # Market analysis outputs
What it does
- Checks for an existing project structure (
services/supplier/) - Creates the
services/supplier/directory for supplier-level documents - Creates the
.gcloud/market-analysis/directory for analysis outputs - Displays a welcome summary with recommended next steps
Related commands
- /gcloud-kit:supplier-profile — create the supplier profile (run this next)
- /gcloud-kit:service-design — design a service after the supplier profile is set up