Skip to content

Commit

Permalink
Merge pull request #646 from einorler/command_docs
Browse files Browse the repository at this point in the history
included document:generate in the documentation
  • Loading branch information
saimaz committed Jun 28, 2016
2 parents b628264 + ecd4594 commit 8cc80e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/doc/commands.md
Expand Up @@ -82,6 +82,14 @@ Exports data from Elasticsearch index in a json format.

> Index export generates the same `JSON` format as specified in the import chapter.
## Generate document

Command name: `ongr:es:document:generate`

ONGR ElasticsearchBundle supports automatic document generation. This command will present a user with a set of questions and when those questions are
answered an ES document class is generated. This command does not require any options, all the information that is needed should be provided during the
execution of the command. The resulting documents are generated in the provided bundles `Documents` directory.

## Cache clear

Command name: `ongr:es:cache:clear`
Expand Down

0 comments on commit 8cc80e3

Please sign in to comment.