@@ -10,11 +10,14 @@ both navigate the content hierarchy and execute queries.
10
10
commands, for example "ls" instead of "node:list", "rm" instead of "node:remove" etc.
11
11
See the chapter on :ref: `phpcrsh_configuration_aliases ` for more information.
12
12
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
+
13
16
The current path
14
17
----------------
15
18
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:
18
21
19
22
.. code-block :: bash
20
23
@@ -27,7 +30,7 @@ You can navigate the content heriarchy using the `shell:path:change` (or `cd` fo
27
30
Listing node contents
28
31
---------------------
29
32
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 `):
31
34
32
35
.. code-block :: bash
33
36
@@ -135,16 +138,16 @@ Saving and refreshing the session
135
138
---------------------------------
136
139
137
140
Changes 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).
139
142
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 ``).
141
144
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 ``).
143
146
144
147
Queries
145
148
-------
146
149
147
- PHPCRSH supports the powerfull JCR-SQL2 query language:
150
+ PHPCRSH supports the JCR-SQL2 query language:
148
151
149
152
.. code-block :: bash
150
153
0 commit comments