govard-magento

Solid

Magento-specific Govard shortcuts and commands. Use when: - "Clear Magento cache", "flush redis cache" - "Run Magento CLI", "bin/magento commands" - "Deploy static content", "setup:di:compile" - "Reindex catalog", "indexer commands" - "Enable/disable modules" DEPENDENT on govard-toolbox for base commands.

AI & Automation 2 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Govard Magento Commands Magento-specific shortcuts and commands for Govard environments. ## Related Skills **REQUIRED BACKGROUND:** Load `govard-toolbox` first — this skill only covers Magento-specific shortcuts layered on top of Govard's base environment commands. This skill covers only container/CLI shortcuts. For module architecture, DI, and security patterns, see `magento2-dev-core` and `magento2-backend-dev`; for code quality and performance checks, see `magento2-linter`, `magento2-security-scan`, and `magento2-performance-audit`. ## Magento CLI ```bash # Cache management govard sh -c "bin/magento cache:flush" govard sh -c "bin/magento cache:clean full_page" # Specific cache types govard sh -c "bin/magento cache:enable layout block_html" govard sh -c "bin/magento cache:disable config" # Module management govard sh -c "bin/magento module:enable Vendor_Module" govard sh -c "bin/magento module:disable Vendor_Module" govard sh -c "bin/magento module:status" # Setup commands govard sh -c "bin/magento setup:di:compile" govard sh -c "bin/magento setup:static-content:deploy -f" govard sh -c "bin/magento setup:upgrade --keep-generated" # Deploy mode govard sh -c "bin/magento deploy:mode:set developer" govard sh -c "bin/magento deploy:mode:set production" govard sh -c "bin/magento deploy:mode:show" ``` ## Code Generation ```bash # Generate plugin govard sh -c "bin/magento generate:plugin Vendor Module" # Generate observer govard sh -c "bin/magento generate:observer ...

Details

Author
ddtcorex
Repository
ddtcorex/dev-skills-hub
Created
2 months ago
Last Updated
3 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category