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
The openmcp bootstrapper is a command line tool that is able to set up an openmcp landscape initially and to update existing openmcp landscapes with new versions of the openmcp project.
8
8
9
+
Supported commands:
10
+
*`ocmTransfer`: Transfers the specified OCM component version from the source location to the destination location.
11
+
12
+
### `ocmTransfer`
13
+
14
+
The `ocmTransfer` command is used to transfer an OCM component version from a source location to a destination location.
15
+
The `ocmTransfer` requires the following parameters:
16
+
*`source`: The source location of the OCM component version to be transferred.
17
+
*`destination`: The destination location where the OCM component version should be transferred to.
0 commit comments