You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/configuration/configuration-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ And some optional advanced parts:
29
29
Then you should look at the [configuration reference](configuration-xml-reference.html). Also try the search here on top. The configuration reference is up to date with the last release of preCICE. If you need an older version, you can always generate this documentation yourself:
30
30
31
31
```bash
32
-
./binprecice md > reference.md
32
+
./precice-tools md > reference.md
33
33
```
34
34
35
-
There is also an `xml` variant of the reference. Just call `binprecice` without arguments to see all options.
35
+
There is also an `xml` variant of the reference. Just call `precice-tools` without arguments to see all options.
Copy file name to clipboardExpand all lines: pages/docs/tooling/tooling-builtin.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@ keywords: tooling, xml, configuration, version
5
5
summary: "Built-in tooling is always installed alongside preCICE and provides some basic functionality."
6
6
---
7
7
8
-
Part of a preCICE installation is the tool `binprecice`.
8
+
Part of a preCICE installation is the tool `precice-tools`.
9
9
It provides an easy-to-use interface to tooling API of the preCICE library.
10
10
11
-
With `binprecice`, you can get the installed preCICE version, generate a reference of all available configuration options, as well as check your configuration file for basic configuration issues.
11
+
With `precice-tools`, you can get the installed preCICE version, generate a reference of all available configuration options, as well as check your configuration file for basic configuration issues.
12
12
13
13
## XML reference
14
14
15
15
```bash
16
-
binprecice md
17
-
binprecice xml
18
-
binprecice dtd
16
+
precice-tools md
17
+
precice-tools xml
18
+
precice-tools dtd
19
19
```
20
20
21
21
This prints the XML reference to the console in various flavors.
@@ -29,7 +29,7 @@ It is possible to generate a local version of the reference by rendering the Mar
29
29
Be aware that this version does not contain styling, LaTeX rendering, and functioning links.
30
30
31
31
```bash
32
-
binprecice md | markdown > reference.html
32
+
precice-tools md | markdown > reference.html
33
33
```
34
34
35
35
### `xml`
@@ -47,7 +47,7 @@ This feature is available since version 2.4.0.
47
47
{% endversion %}
48
48
49
49
```bash
50
-
binprecice version
50
+
precice-tools version
51
51
```
52
52
53
53
This prints the version information of preCICE, which consists of multiple semicolon-separated parts.
@@ -66,7 +66,7 @@ This feature is available since version 2.4.0.
0 commit comments