Skip to content

Commit 435e275

Browse files
ACMS-1826: Add Acquia global commands in DRS.
1 parent 3bdd688 commit 435e275

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor
22
.idea/
3+
.DS_Store
34
composer.lock

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ and deployable on Acquia Cloud.
1313

1414
## Installation
1515

16+
### Include Acquia Global Command in DRS for multisite functionality
17+
To use global command with DRS for multisite functionality please add below in
18+
your root composer.json file.
19+
```
20+
"repositories": {
21+
"acquia_global_commands": {
22+
"type": "vcs",
23+
"url": "[email protected]:vishalkhode1/acquia_global_commands.git"
24+
}
25+
}
26+
```
27+
1628
You can also install this using Composer like so:
1729

1830
```

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"require": {
2222
"php": ">=8.1",
2323
"composer-plugin-api": "^2",
24+
"acquia/acquia_global_commands": "dev-develop",
2425
"acquia/drupal-environment-detector": "^1.5.3",
2526
"consolidation/config": "^2.0.0",
2627
"grasmash/yaml-expander": "^3.0",

0 commit comments

Comments
 (0)