Skip to content

Commit 81386f3

Browse files
Add description for script in README file
1 parent 5fc7cd0 commit 81386f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ It is recommended to keep your root docker config files in one repository, and y
311311
- `bin/setup-composer-auth`: Setup authentication credentials for Composer.
312312
- `bin/setup-domain`: Setup Magento domain name. Ex: `bin/setup-domain magento.test`
313313
- `bin/setup-grunt`: Install and configure Grunt JavaScript task runner to compile .less files
314-
- `bin/setup-pwa-studio`: (BETA) Install PWA Studio (requires NodeJS and Yarn to be installed on the host machine). Pass in your base site domain, otherwise the default `master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud` will be used. Ex: `bin/setup-pwa-studio magento.test`
314+
- `bin/setup-pwa-studio`: (BETA) Install PWA Studio (requires NodeJS and Yarn to be installed on the host machine). Pass in your base site domain, otherwise the default `master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud` will be used. Ex: `bin/setup-pwa-studio magento.test`.
315+
- `bin/setup-pwa-studio-sampledata`: This script makes it easier to install Venia sample data. Pass in your base site domain, otherwise the default `master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud` will be used. Ex: `bin/setup-pwa-studio-sampledata magento.test`.
315316
- `bin/setup-ssl`: Generate an SSL certificate for one or more domains. Ex. `bin/setup-ssl magento.test foo.test`
316317
- `bin/setup-ssl-ca`: Generate a certificate authority and copy it to the host.
317318
- `bin/start`: Start all containers, good practice to use this instead of `docker-compose up -d`, as it may contain additional helpers.

0 commit comments

Comments
 (0)