Skip to content

Commit 2f292b8

Browse files
author
Matthias Schmidt
committed
Replace ddev get with ddev add-on get
ddev get triggers deprecation warning: Command "get" is deprecated, use 'ddev add-on get' instead See ddev/ddev#6482
1 parent 460d348 commit 2f292b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following sequence of commands:
4141
4. Injects the schema and reindexes the content.
4242

4343
```bash
44-
ddev get ddev/ddev-elasticsearch
44+
ddev add-on get ddev/ddev-elasticsearch
4545
ddev config --web-environment-add SEARCH_ENGINE=elasticsearch
4646
ddev config --web-environment-add ELASTICSEARCH_DSN=http://elasticsearch:9200
4747
ddev restart
@@ -71,7 +71,7 @@ See [Elasticsearch REST API reference](https://www.elastic.co/guide/en/elasticse
7171
To simplify the installation of Solr, you can use the `ibexa/ddev-solr` add-on:
7272

7373
```bash
74-
ddev get ibexa/ddev-solr
74+
ddev add-on get ibexa/ddev-solr
7575
ddev restart
7676
```
7777

@@ -105,7 +105,7 @@ The following sequence of commands:
105105
1. Restarts the DDEV cluster and clears application cache.
106106

107107
```bash
108-
ddev get ddev/ddev-redis
108+
ddev add-on get ddev/ddev-redis
109109
ddev config --web-environment-add CACHE_POOL=cache.redis
110110
ddev config --web-environment-add CACHE_DSN=redis
111111
ddev config --web-environment-add SESSION_HANDLER_ID='Ibexa\\Bundle\\Core\\Session\\Handler\\NativeSessionHandler'
@@ -142,7 +142,7 @@ The following sequence of commands:
142142
1. Restarts the DDEV cluster and clears application cache.
143143
144144
```bash
145-
ddev get ddev/ddev-memcached
145+
ddev add-on get ddev/ddev-memcached
146146
ddev config --web-environment-add CACHE_POOL=cache.memcached
147147
ddev config --web-environment-add CACHE_DSN=memcached
148148
ddev config --web-environment-add SESSION_HANDLER_ID=app.session.handler.native_memcached

0 commit comments

Comments
 (0)