CLI Command Reference
Complete reference for all MyCLI commands.
Project Lifecycle
| Command | Description | |---------|-------------| | my create | Interactive project creation wizard | | my dev | Start development server | | my build | Build the project | | my test | Run tests | | my lint | Run linter |
Generators
| Command | Description | |---------|-------------| | my make module <name> | Generate a full module (controller, service, repository, routes, tests) | | my make crud <name> | Generate complete CRUD with migration | | my make controller <name> | Generate a controller | | my make service <name> | Generate a service | | my make repository <name> | Generate a repository | | my make dto <name> | Generate a DTO | | my make middleware <name> | Generate middleware | | my make validator <name> | Generate a validator | | my make resource <name> | Generate a resource (controller + service + routes) | | my make migration <name> | Generate a database migration | | my make model <name> | Generate a model/entity | | my make event <name> | Generate an event handler | | my make queue <name> | Generate a queue worker | | my make mail <name> | Generate a mail template | | my make domain <name> | Generate DDD aggregate/entity/value-object |
Features (my add)
| Feature | Description | |---------|-------------| | my add auth | JWT, refresh-token, OAuth, magic-link, OTP, passkeys, MFA | | my add rbac | Role-based access control with dynamic policies | | my add database | Database + ORM setup | | my add docker | Dockerfile + docker-compose | | my add kubernetes | K8s manifests | | my add helm | Helm charts | | my add terraform | IaC for AWS/Azure/GCP/DigitalOcean | | my add swagger | OpenAPI docs (Swagger/Scalar/Redoc) | | my add graphql | GraphQL server | | my add websocket | WebSocket support | | my add github | GitHub Actions, labels, branch protection | | my add cicd | CI/CD pipelines (GitHub/GitLab/Bitbucket/Jenkins/Azure) | | my add testing | Vitest + Playwright/Cypress setup | | my add cache | Redis/Memcached/In-memory caching | | my add queue | BullMQ/RabbitMQ/Kafka/SQS | | my add mail | SMTP/SES/SendGrid/Mailgun/Resend | | my add storage | S3/GCS/Azure Blob/Cloudinary/Local | | my add payment | Stripe/PayPal/Razorpay/LemonSqueezy | | my add ecommerce | Full ecommerce preset | | my add observability | Logging + metrics + tracing (OpenTelemetry) | | my add security | Security scanner + secret detection | | my add tenancy | Multi-tenancy (shared-db, schema-per-tenant, db-per-tenant) | | my add feature-flags | Feature flags (database/memory/LaunchDarkly) | | my add search | Search (MeiliSearch/Typesense/Elasticsearch/Algolia) | | my add cqrs | CQRS command/query bus | | my add event-system | Event-driven architecture | | my add audit | Audit logging | | my add compliance | GDPR/HIPAA/SOC2/ISO27001 frameworks | | my add privacy | Data export, deletion, consent management | | my add backup | Database backup/restore | | my add enterprise-auth | Enterprise SSO (SAML/LDAP/AD/Keycloak/Azure AD/Google) | | my add ai | AI integration (OpenAI/Anthropic/Ollama) | | my add frontend | Frontend app (React/Next/Vue/Svelte/Nuxt/Angular) | | my add ui | UI library (Tailwind/MUI/shadcn/Ant/Chakra/Mantine) | | my add ide | VS Code + Cursor config | | my add release | Semantic Release (semver/calver) | | my add quality | Biome/ESLint + Prettier + Husky | | my add env | Environment file management | | my add dependencies | Dependabot/Renovate |
Deployment
| Command | Description | |---------|-------------| | my deploy setup | Configure deployment provider | | my deploy push | Deploy to cloud | | my deploy status | Check deployment status | | my deploy logs | View deployment logs | | my deploy rollback | Rollback to previous version | | my deploy destroy | Tear down infrastructure | | my deploy secrets sync | Sync secrets to cloud provider | | my deploy terraform plan | Terraform plan | | my deploy terraform apply | Terraform apply |
Enterprise
| Command | Description | |---------|-------------| | my identity | Enterprise identity management | | my tenancy | Tenant provisioning and management | | my audit | Audit log inspection | | my compliance | Compliance framework checks | | my privacy | GDPR data export/deletion | | my governance | Policy governance | | my organization | Organization management | | my security scan | Security scanning | | my backup | Database backup/restore |
Utilities
| Command | Description | |---------|-------------| | my doctor | Health check and diagnostics | | my upgrade | Upgrade project dependencies and config | | my analytics | Project analytics and health score | | my plugin | Plugin management (list, add, remove, search) | | my template | Template marketplace (search, install, publish) | | my telemetry | Telemetry opt-in/out | | my locale | Set CLI language (en/es/fr/hi) | | my git | Git provider integration | | my commit | Conventional commit helper | | my release | Release management | | my role | RBAC role management | | my permission | Permission management | | my ai | AI-powered code generation | | my search | Full-text search operations |