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 28942ac commit bb66337Copy full SHA for bb66337
README.md
@@ -17,7 +17,13 @@ e.g. https://raw.githubusercontent.com/dennisinteractive/drupal_console_commands
17
- drupal **site:new**
18
Builds a new site using Drupal project as template https://github.com/dennisinteractive/drupal-project
19
20
-- drupal **site:checkout** *site-name*
+- drupal **site:checkout** *site-name* [--branch|--tag]
21
+ Performs a git clone and checks out the specified branch or tag
22
+
23
+- drupal **site:checkout:tag** *site-name* --tag
24
+ Performs a git clone and checks out the specified tag/revision
25
26
+- drupal **site:checkout:branch** *site-name* --branch
27
Performs a git clone and checks out the specified branch
28
29
- drupal **site:compose** *site-name*
0 commit comments