We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f6374 commit e1f03a0Copy full SHA for e1f03a0
README.md
@@ -40,6 +40,14 @@ ddev add-on get TravisCarden/ddev-drupal-xb-dev
40
41
# Perform one-time setup operations.
42
ddev xb-setup
43
+
44
+# Optionally add some convenience extras for development.
45
+ddev xb-dev-extras
46
47
+# Optionally configure the environment for Workspaces development. Note: This can be
48
+# a little volatile due to upstream Workspaces changes. Be aware that it can fail
49
+# and leave your site in a non-working state requiring you to set it up again from scratch.
50
+ddev xb-workspaces-dev
51
```
52
53
## Usage
0 commit comments