Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Optional parameters:
* `--ocm-config`: Path to the OCM configuration file.

```shell
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>
```

This command internally calls the OCM cli with the following command and arguments:
Expand Down
1 change: 0 additions & 1 deletion cmd/ocm_transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var ocmTransferCmd = &cobra.Command{
transferArgs := []string{
"--recursive",
"--copy-resources",
"--copy-sources",
args[0], // source
args[1], // target
}
Expand Down