Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
17
cli/resource-mover-cli/README.md
Normal file
17
cli/resource-mover-cli/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Resource Mover CLI
|
||||
|
||||
This is a command line interface that will move resources from one module to another.
|
||||
|
||||
## Usage
|
||||
|
||||
You can run the script with the following command:
|
||||
|
||||
```bash
|
||||
./scripts/resource-mover --from <source-module-path> --to <target-module-path> --keys <keys-to-move>
|
||||
```
|
||||
|
||||
The **source-module-path** should be the path to the module that contains the resources you want to move.
|
||||
|
||||
The **target-module-path** should be the path to the module where you want to move the resources.
|
||||
|
||||
The **keys-to-move** should be the keys of the resources you want to move. You can pass multiple keys separated by a comma.
|
||||
Loading…
Add table
Add a link
Reference in a new issue