Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 0ee5bf1

Browse files
committed
Merge pull request #129 from dantleech/phpcr-util
Updated command list
2 parents 3236384 + cc6bafa commit 0ee5bf1

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

bundles/phpcr-odm.rst

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -739,18 +739,26 @@ will only be available if such a backend is configured.
739739

740740
Use ``app/console help <command>`` to see all options each of the commands has.
741741

742-
- ``doctrine:phpcr:workspace:create`` Create a workspace in the configured repository
743-
- ``doctrine:phpcr:workspace:list`` List all available workspaces in the configured repository
744-
- ``doctrine:phpcr:purge`` Remove a subtree or all content from the repository
745-
- ``doctrine:phpcr:repository:init`` Register node types and create base paths
746-
- ``doctrine:phpcr:register-node-types`` Register node types from a .cnd file in the PHPCR repository
747-
- ``doctrine:phpcr:fixtures:load`` Load data fixtures to your PHPCR database.
748-
- ``doctrine:phpcr:import`` Import xml data into the repository, either in JCR system view format or arbitrary xml
749-
- ``doctrine:phpcr:export`` Export nodes from the repository, either to the JCR system view format or the document view format
750-
- ``doctrine:phpcr:dump`` Output all or some content of the repository
751-
- ``doctrine:phpcr:query`` Execute a JCR SQL2 statement
752-
- ``doctrine:phpcr:mapping:info`` Shows basic information about all mapped documents
753-
742+
* **doctrine:phpcr:workspace:create**: Create a workspace in the configured
743+
repository;
744+
* **doctrine:phpcr:workspace:list**: List all available workspaces in the
745+
configured repository;
746+
* **doctrine:phpcr:type:register**: Register node types from a .cnd file in
747+
the PHPCR repository;
748+
* **doctrine:phpcr:type:list**: List all node types in the PHPCR repository;
749+
* **doctrine:phpcr:purge**: Remove a subtree or all content from the repository;
750+
* **doctrine:phpcr:repository:init**: Register node types and create base paths;
751+
* **doctrine:phpcr:fixtures:load**: Load data fixtures to your PHPCR database;
752+
* **doctrine:phpcr:import**: Import xml data into the repository, either in
753+
JCR system view format or arbitrary xml;
754+
* **doctrine:phpcr:export**: Export nodes from the repository, either to the
755+
JCR system view format or the document view format;
756+
* **doctrine:phpcr:dump**: Output all or some content of the repository;
757+
* **doctrine:phpcr:touch**: Create or modify a node at the specified path;
758+
* **doctrine:phpcr:move**: Move a node from one path to another;
759+
* **doctrine:phpcr:query**: Execute a JCR SQL2 statement;
760+
* **doctrine:phpcr:mapping:info**: Shows basic information about all mapped
761+
documents.
754762

755763
.. note::
756764

0 commit comments

Comments
 (0)