We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81ef4d commit 7feb086Copy full SHA for 7feb086
README.md
@@ -25,7 +25,7 @@ Optional parameters:
25
* `--ocm-config`: Path to the OCM configuration file.
26
27
```shell
28
-openmcp-bootstrapper ocmTransfer <source-location> <target-location> --config <path-to-ocm-config>
+openmcp-bootstrapper ocm-transfer <source-location> <target-location> --config <path-to-ocm-config>
29
```
30
31
This command internally calls the OCM cli with the following command and arguments:
cmd/ocm_transfer.go
@@ -33,7 +33,6 @@ var ocmTransferCmd = &cobra.Command{
33
transferArgs := []string{
34
"--recursive",
35
"--copy-resources",
36
- "--copy-sources",
37
args[0], // source
38
args[1], // target
39
}
0 commit comments