You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-24Lines changed: 26 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ e.g. https://github.com/raw/dennisinteractive/drupal_console_commands
23
23
- drupal **site:compose***site-name*
24
24
Runs *composer*
25
25
26
-
- drupal **site:npm****site:new**
27
-
Runs NPM
26
+
- drupal **site:npm**
27
+
Runs NPM
28
28
29
-
- drupal **site:grunt****site:new**
30
-
Runs Grunt
29
+
- drupal **site:grunt**
30
+
Runs Grunt
31
31
32
32
- drupal **site:settings:db***site-name*
33
33
Creates *settings.db.php* in the *web/sites/default* folder. This file contains DB credentials and should not be committed.
@@ -52,6 +52,21 @@ e.g. https://github.com/raw/dennisinteractive/drupal_console_commands
52
52
The command will copy the dump from the original place to */tmp*. If you run the command again, it will only copy the file once the original has changed. This is very useful when working remotely on slow networks.
53
53
If no db-dump information is available or there is no dump at the location, it will run a site install.
0 commit comments