Skip to content

Commit

Permalink
Update readme with CLI configurator parameter options
Browse files Browse the repository at this point in the history
  • Loading branch information
chevli committed Jan 25, 2016
1 parent 4f8a574 commit 795e986
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ $ cd <your magento install>/shell
$ php configurator.php
```

### List Available Components
```sh
$ php configurator.php --list-components
```

### Run Specific Components
```sh
$ php configurator.php --run-components "media,pages,staticBlocks"
```

## Components

### Websites & Stores
Expand Down Expand Up @@ -234,7 +244,6 @@ Please use our sample file as an example.
There are many other components to help populate Magento which you can view from ```samples/components```. These can help you bootstrap your Magneto install with relevant sample/configuration data.

#### Limitations
- Cannot create new attribute group names.
- Cannot move attributes between attribute groups.
- Cannot remove existing attributes from attribute sets.

Expand Down

0 comments on commit 795e986

Please sign in to comment.