File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff 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
124161To get help about the ` connect-cli ` commands type:
You can’t perform that action at this time.
0 commit comments