Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion commands/host/xb-cypress
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions commands/host/xb-fix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion commands/host/xb-playwright
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions commands/host/xb-static
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-autosave
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-core-set-version
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## #ddev-generated
## Description: Change the version of Drupal core.
## Usage: xb-core-set-version <core-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

Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-cspell
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-dev-extras
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-eslint
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-openapi
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-phpcs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-site-install
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions commands/web/xb-stylelint
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-ui-build
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-ui-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion commands/web/xb-workspaces-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down