Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Oct 19, 2015
1 parent c7045e6 commit 0a1e426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ Schematic allows you to synchronize your Craft setup over multiple environments

## Usage

Make sure you have your latest export stored at `./craft/config/schema.json`.
Make sure you have your latest export stored at `./craft/config/schema.yml`.

Then just run to import...

```
php ./craft/app/etc/console/yiic schematic import
./craft/app/etc/console/yiic schematic import
```

Optionally you can use --force to make the import delete any items which are not in the import file.
WARNING!! This will also delete any related content.

You can also generate a schema.json with
You can also generate a schema.yml with

```
php ./craft/app/etc/console/yiic schematic export
./craft/app/etc/console/yiic schematic export
```

## Hooks
Expand Down

0 comments on commit 0a1e426

Please sign in to comment.