Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison committed Sep 28, 2023
1 parent 6806bb7 commit 7c0f0fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,16 @@ is provided as a starting point for Drupal projects.
### `robo dev:refresh`

The `dev:refresh` command, often available in downstream repos as
`composer robo dev:refresh SITENAME`, refreshes your local Lando environment
which includes:
`composer robo dev:refresh -- DDEV/LANDO SITENAME`, refreshes your local
development environment (DDEV or Lando) which includes:

1. `composer install`
1. `lando start`
1. Theme build (`robo theme:build`).
1. Disabling front-end caches.
1. Downloading the most recent database dump.
1. Importing the database dump.
1. `drush deploy`
1. Generating a login link.
1. Generating a Drupal login link.

### `robo deploy:drupal`

Expand Down

0 comments on commit 7c0f0fd

Please sign in to comment.