ck_deployment_advisor
Analyze your project stack for deployment platform recommendations or generate Dockerfile and CI/CD configuration files with an optional dry-run preview.
Instructions
Analyze the project stack and suggest deployment platforms, or generate CI/CD and Docker configuration files. Three modes: analyze (read-only, returns platform recommendations based on detected stack); generate_files (write operation, creates Dockerfile and CI/CD configs in the project); dns_guide (read-only, returns DNS setup instructions for the recommended platform). project_root is required. Set dry_run: true with generate_files to preview what would be created without writing files. Use ck_deployment_advisor before deploying a new project or when setting up CI/CD for the first time. For budget and cost checks before deployment, use ck_budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| mode | Yes | Operation mode that determines the tool behavior and return shape. | |
| project_root | Yes | Absolute path to the project root directory on the local filesystem. |