Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ In the Katacoda environment the installation of the devonfw IDE is executed in a
***

### restoreWorkspace <a name="restoreWorkspace"></a>
This function is used to clone an existing GitHub repository to the working directory of the tutorial. It can be used to continue the tutorial with the state of a previous tutorial located in the repository to be cloned.
#### parameter
1. (Optional) Name of the workspace repository {"workspace": string} (Default is the playbook-name)

Expand Down Expand Up @@ -433,4 +434,4 @@ addSetupScript("assets/createProjectScript.sh", "assets/createProjectScript.ps1"
1. Path of the file to be opened (relative path to the workspace directory)

#### example
openFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java")
openFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java")