diff --git a/commands/host/xb-cypress b/commands/host/xb-cypress index 59e24c1..3195967 100755 --- a/commands/host/xb-cypress +++ b/commands/host/xb-cypress @@ -4,7 +4,6 @@ ## Description: Run Cypress tests. ## Usage: xb-cypress open|run|component ## Example: ddev xb-cypress open # Run end-to-end tests in interactive mode.\nddev xb-cypress run # Run all tests headlessly.\nddev xb-cypress component # Run component/unit tests.\nddev xb-cypress open -- --env "VAR=value" # Pass arbitrary command arguments. -## Aliases: cypress,cy ## Flags: [] ## AutocompleteTerms: ["component","open","run"] ## OSTypes: darwin,linux diff --git a/commands/host/xb-fix b/commands/host/xb-fix index f5deced..a6f023f 100755 --- a/commands/host/xb-fix +++ b/commands/host/xb-fix @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Run all static analysis automatic fixer tools. ## Usage: xb-fix -## Example: ddev fix -## Aliases: fix +## Example: ddev xb-fix ## Flags: [] ## ExecRaw: true diff --git a/commands/host/xb-playwright b/commands/host/xb-playwright index 27b094e..f914dbe 100755 --- a/commands/host/xb-playwright +++ b/commands/host/xb-playwright @@ -4,7 +4,6 @@ ## Description: Run Playwright tests. ## Usage: xb-playwright run|run-one|ui|headed|debug|report|install ## Example: ddev xb-playwright run # Run all tests headlessly.\nddev xb-playwright run-one canaryMinimal.spec.ts # Run a single spec.\nddev xb-playwright ui # Launch UI mode (web based).\nddev xb-playwright headed # Run tests headed (requires XQuartz on macOS / VcXsrv on WSL2).\nddev xb-playwright debug # Run tests in debug mode.\nddev xb-playwright report # Serve the last HTML report.\nddev xb-playwright install # Install chromium (default). Pass e.g. 'firefox' to install others.\nddev xb-playwright run -- --reporter=list # Pass arbitrary arguments. -## Aliases: playwright,pw ## Flags: [] ## AutocompleteTerms: ["run","run-one","ui","headed","debug","report","install"] ## OSTypes: darwin,linux diff --git a/commands/host/xb-static b/commands/host/xb-static index e585876..2120274 100755 --- a/commands/host/xb-static +++ b/commands/host/xb-static @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Run all static analysis tools. ## Usage: xb-static -## Example: ddev static -## Aliases: static +## Example: ddev xb-static ## Flags: [] ## ExecRaw: true diff --git a/commands/web/xb-autosave b/commands/web/xb-autosave index 8ac1f4e..345e023 100755 --- a/commands/web/xb-autosave +++ b/commands/web/xb-autosave @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Clear auto-save ## Usage: xb-autosave clear -## Example: ddev autosave clear # Clear all auto-saves. -## Aliases: autosave,as +## Example: ddev xb-autosave clear # Clear all auto-saves. ## ExecRaw: false ## Flags: [] ## AutocompleteTerms: ["clear"] diff --git a/commands/web/xb-core-set-version b/commands/web/xb-core-set-version index ea2068a..b1acc90 100755 --- a/commands/web/xb-core-set-version +++ b/commands/web/xb-core-set-version @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Change the version of Drupal core. ## Usage: xb-core-set-version -## Example: ddev core ^11 # Use the latest 11.x.\nddev core 11.0.7 # Use a specific version.\nddev core "^10 || ^11" # Use the latest 10.x or 11.x. -## Aliases: core +## Example: ddev xb-core-set-version ^11 # Use the latest 11.x.\nddev xb-core-set-version 11.0.7 # Use a specific version.\nddev xb-core-set-version "^10 || ^11" # Use the latest 10.x or 11.x. ## Flags: [] ## ExecRaw: true diff --git a/commands/web/xb-cspell b/commands/web/xb-cspell index 285d18b..608de11 100755 --- a/commands/web/xb-cspell +++ b/commands/web/xb-cspell @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Check for spelling errors with cspell. ## Usage: xb-cspell -## Example: ddev xb-cspell # Check for spelling errors.\nddev cspell # Same, via alias. -## Aliases: cspell,spell +## Example: ddev xb-cspell # Check for spelling errors. ## ExecRaw: false ## Flags: [] diff --git a/commands/web/xb-dev-extras b/commands/web/xb-dev-extras index d297a5c..910366f 100755 --- a/commands/web/xb-dev-extras +++ b/commands/web/xb-dev-extras @@ -4,7 +4,6 @@ ## Description: Add some convenience extras for development. ## Usage: xb-dev-extras ## Example: ddev xb-dev-extras\nddev xb-dev-extras --dry-run -## Aliases: extras ## Flags: [{"Name":"dry-run","Usage":"Show what the command will do if run"}] # If the '--dry-run' flag is passed, show what the command would do and then exit. diff --git a/commands/web/xb-eslint b/commands/web/xb-eslint index ae62f62..7428668 100755 --- a/commands/web/xb-eslint +++ b/commands/web/xb-eslint @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Find problems in JavaScript code with ESLint. ## Usage: xb-eslint [fix] -## Example: ddev eslint # Check for errors.\nddev eslint fix # Fix errors where possible. -## Aliases: eslint,js +## Example: ddev xb-eslint # Check for errors.\nddev xb-eslint fix # Fix errors where possible. ## ExecRaw: false ## Flags: [] ## AutocompleteTerms: ["fix"] diff --git a/commands/web/xb-openapi b/commands/web/xb-openapi index 51e73b9..ff9e2f4 100644 --- a/commands/web/xb-openapi +++ b/commands/web/xb-openapi @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Find problems in OpenApi with redocly. ## Usage: xb-openapi -## Example: ddev xb-openapi # Check for errors.\nddev openapi -## Aliases: openapi +## Example: ddev xb-openapi # Check for errors. ## ExecRaw: false ## Flags: [] ## AutocompleteTerms: [] diff --git a/commands/web/xb-phpcs b/commands/web/xb-phpcs index b634e4c..1fa3109 100755 --- a/commands/web/xb-phpcs +++ b/commands/web/xb-phpcs @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Check for standards compliance with PHPCS. ## Usage: xb-phpcs [fix] -## Example: ddev phpcs # Check for errors.\nddev phpcs fix # Fix errors where possible. -## Aliases: phpcs,cs +## Example: ddev xb-phpcs # Check for errors.\nddev xb-phpcs fix # Fix errors where possible. ## ExecRaw: false ## Flags: [] ## AutocompleteTerms: ["fix"] diff --git a/commands/web/xb-phpstan b/commands/web/xb-phpstan index 3fea0d2..f80e2f7 100755 --- a/commands/web/xb-phpstan +++ b/commands/web/xb-phpstan @@ -3,7 +3,6 @@ ## #ddev-generated ## Description: Analyze code to find bugs with PHPStan. ## Example: ddev xb-phpstan -## Aliases: phpstan,stan cd "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT" || exit 1 diff --git a/commands/web/xb-phpunit b/commands/web/xb-phpunit index ac69244..b334bd4 100755 --- a/commands/web/xb-phpunit +++ b/commands/web/xb-phpunit @@ -3,7 +3,6 @@ ## #ddev-generated ## Description: Run PHPUnit tests. ## Example: ddev xb-phpunit Run all tests.\nddev xb-phpunit tests/src/Unit/Example Specify a path to a specific test file or directory relative to the module root. -## Aliases: phpunit,test cd "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT" || exit 1 diff --git a/commands/web/xb-site-install b/commands/web/xb-site-install index f635e1d..52640f5 100755 --- a/commands/web/xb-site-install +++ b/commands/web/xb-site-install @@ -3,7 +3,6 @@ ## #ddev-generated ## Description: (Re)install Drupal and the Drupal Canvas module. ## Example: ddev xb-site-install -## Aliases: site-install,si # Install Drupal. drush site:install -y \ diff --git a/commands/web/xb-stylelint b/commands/web/xb-stylelint index a847391..22d09e1 100755 --- a/commands/web/xb-stylelint +++ b/commands/web/xb-stylelint @@ -3,8 +3,7 @@ ## #ddev-generated ## Description: Find errors and enforce conventions with Stylelint. ## Usage: xb-stylelint [fix] -## Example: ddev stylelint # Find errors.\nddev stylelint fix # Fix errors where possible. -## Aliases: stylelint,css +## Example: ddev xb-stylelint # Find errors.\nddev xb-stylelint fix # Fix errors where possible. ## ExecRaw: false ## Flags: [] ## AutocompleteTerms: ["fix"] diff --git a/commands/web/xb-ui-build b/commands/web/xb-ui-build index 8c39b3f..e7dc831 100755 --- a/commands/web/xb-ui-build +++ b/commands/web/xb-ui-build @@ -3,7 +3,6 @@ ## #ddev-generated ## Description: Clean-install and build Drupal Canvas' UI app assets. ## Example: ddev xb-ui-build -## Aliases: ui-build,build cd "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT/modules/contrib/canvas" || exit 1 diff --git a/commands/web/xb-ui-dev b/commands/web/xb-ui-dev index a47a470..ab8f13e 100755 --- a/commands/web/xb-ui-dev +++ b/commands/web/xb-ui-dev @@ -3,7 +3,6 @@ ## #ddev-generated ## Description: Install dependencies and run Drupal Canvas' UI app development server. ## Example: ddev xb-ui-dev -## Aliases: ui-dev,dev cd "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT/modules/contrib/canvas" || exit 1 diff --git a/commands/web/xb-workspaces-dev b/commands/web/xb-workspaces-dev index 4a2493c..20c52e8 100755 --- a/commands/web/xb-workspaces-dev +++ b/commands/web/xb-workspaces-dev @@ -4,7 +4,6 @@ ## Description: Configure the environment for Workspaces development. ## Usage: xb-workspaces-dev ## Example: ddev xb-workspaces-dev\nddev xb-workspaces-dev --dry-run -## Aliases: workspaces,wse ## Flags: [{"Name":"dry-run","Usage":"Show what the command will do if run"}] # If the '--dry-run' flag is passed, show what the command would do and then exit.