Skip to content

Commit

Permalink
added bash style
Browse files Browse the repository at this point in the history
  • Loading branch information
ychadwick committed Jun 9, 2016
1 parent 44a0bb3 commit dd82fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ csv files and the attributes to a flat data structure. For more about properties

The command to export it is as follows:

```
``` bash
app/console ibrows:boxalino:export-properties --publish --properties-xml=/app/config/properties.xml
```

Expand All @@ -34,14 +34,14 @@ The "delta" export will only update or add new entries to the index.

**You can not delete entries, you must do a full export**

```
``` bash
app/console ibrows:boxalino:export-entities --sync=full --push-live
```

-- or --


```
``` bash
app/console ibrows:boxalino:export-entities --sync=full --d
```

Expand Down

0 comments on commit dd82fa2

Please sign in to comment.