@@ -10,11 +10,14 @@ both navigate the content hierarchy and execute queries.
1010 commands, for example "ls" instead of "node:list", "rm" instead of "node:remove" etc.
1111 See the chapter on :ref: `phpcrsh_configuration_aliases ` for more information.
1212
13+ This chapter aims to highlight some but not all of the features of the shell. For a full
14+ list of features use the ``list `` command.
15+
1316The current path
1417----------------
1518
16- You can navigate the content heriarchy using the ` shell:path:change ` (or `cd ` for short). The
17- `pwd ` command is the alias for ` shell:path:show ` and displays the current working path:
19+ You can navigate the content heriarchy using the :ref: ` phpcr_shell_command_shellpathchange ` (or `cd ` for short). The
20+ `pwd ` command is the alias for :ref: ` phpcr_shell_command_shellpathshow ` and displays the current working path:
1821
1922.. code-block :: bash
2023
@@ -27,7 +30,7 @@ You can navigate the content heriarchy using the `shell:path:change` (or `cd` fo
2730 Listing node contents
2831---------------------
2932
30- You can list the contents of a node with the ` node:list ` command (or `ls `):
33+ You can list the contents of a node with the :ref: ` phpcr_shell_command_nodelist ` command (or `ls `):
3134
3235.. code-block :: bash
3336
@@ -135,16 +138,16 @@ Saving and refreshing the session
135138---------------------------------
136139
137140Changes made to nodes in the session are not persisted immediately (with the exception
138- of `` node:copy ` ` which is a workspace command).
141+ of :ref: ` phpcr_shell_command_nodecopy ` which is a workspace command).
139142
140- To persist changes to the repository you must call `` session:save ` ` (or ``save ``).
143+ To persist changes to the repository you must call :ref: ` phpcr_shell_command_sessionsave ` (or ``save ``).
141144
142- You can also refresh (or reset) the session by calling `` session:refresh ` ` (or ``refresh ``).
145+ You can also refresh (or reset) the session by calling :ref: ` phpcr_shell_command_sessionrefresh ` (or ``refresh ``).
143146
144147Queries
145148-------
146149
147- PHPCRSH supports the powerfull JCR-SQL2 query language:
150+ PHPCRSH supports the JCR-SQL2 query language:
148151
149152.. code-block :: bash
150153
0 commit comments