Initialize a new Vers integration testing project with service composition
Initializes a new Vers integration testing project with service composition and templates.
/plugin marketplace add hdresearch/vers-integration-plugin/plugin install hdresearch-vers-integration-testing@hdresearch/vers-integration-plugin<project-name> [--template <template>]Current directory: !pwd
Existing vers files: !ls -la vers*.{yaml,yml,toml} 2>/dev/null || echo "None found"
Initialize a new Vers integration testing project named "$ARGUMENTS".
blank - Minimal starting pointsaas-starter - PostgreSQL, Redis, Stripe mock, OAuth mock, emailmicroservices - Kafka, multiple databases, service meshdata-pipeline - Source DB, warehouse, Elasticsearch, ETL workersecommerce - Full e-commerce with payments, search, storageCheck if vers-integration.yaml exists
Create project structure:
vers-integration.yaml - Main manifestvers.toml - VM configurationscripts/ - Setup scriptstests/ - Test filesGenerate manifest based on template with services, tests, checkpoints, deploy targets
Show next steps to user