Skip to content

Commit 50aca44

Browse files
Marc SerratMarc Serrat
authored andcommitted
Updated readme file for v22
1 parent 88aa251 commit 50aca44

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,43 @@ To synchronize a product from Excel run:
119119
```
120120

121121

122+
### Clone a product
123+
124+
To clone a product you can run this command:
125+
126+
```
127+
$ ccli product clone PRD-000-000-000
128+
```
129+
130+
this command also accepts as additional parameters:
131+
132+
* -s: to specify the source account
133+
* -d: to specify the destination account
134+
* -n: to specify the name for the cloned one
135+
136+
137+
### Reports
138+
139+
Multiple reports are available to the Connect-cli tool, additionally you can create your owns and run them
140+
141+
to list available reports you can run:
142+
143+
```
144+
$ ccli report list
145+
```
146+
147+
to execute a concrete report, you must get the id from the list before and execute:
148+
149+
```
150+
$ ccli report execute {ID}
151+
```
152+
153+
for example:
154+
155+
```
156+
$ ccli report execute fulfillment_requests
157+
```
158+
122159
### Getting help
123160

124161
To get help about the `connect-cli` commands type:

0 commit comments

Comments
 (0)