File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://marketplace.umbraco.com/umbraco-marketplace-schema.json" ,
3
+ "AuthorDetails" : {
4
+ "Name" : " Umbraco HQ" ,
5
+ "Description" : " Umbraco HQ" ,
6
+ "Url" : " https://umbraco.com" ,
7
+ "ImageUrl" : " https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
8
+ },
9
+ "Category" : " Commerce" ,
10
+ "LicenseTypes" : [
11
+ " Free"
12
+ ],
13
+ "DocumentationUrl" : " https://docs.umbraco.com/umbraco-commerce-packages/deploy/deploy" ,
14
+ "IssueTrackerUrl" : " https://github.com/umbraco/Umbraco.Commerce.Deploy/issues" ,
15
+ "PackageType" : " Package" ,
16
+ "IsSubPackageOf" : " Umbraco.Commerce" ,
17
+ "PackagesByAuthor" : [
18
+ " Umbraco.Forms" ,
19
+ " Umbraco.Workflow" ,
20
+ " Umbraco.Deploy.OnPrem"
21
+ ],
22
+ "RelatedPackages" : [
23
+ {
24
+ "PackageId" : " Umbraco.Commerce" ,
25
+ "Description" : " The ecommerce solution by Umbraco HQ"
26
+ },
27
+ {
28
+ "PackageId" : " Umbraco.Commerce.Checkout" ,
29
+ "Description" : " A drop in checkout solution for Umbraco Commerce."
30
+ }
31
+ ],
32
+ "Screenshots" : [
33
+ {
34
+ "ImageUrl" : " https://raw.githubusercontent.com/umbraco/Umbraco.Commerce.Deploy/main/assets/ss_dashboard.png" ,
35
+ "Caption" : " Umbraco Commerce Deploy dashboard"
36
+ },
37
+ {
38
+ "ImageUrl" : " https://raw.githubusercontent.com/umbraco/Umbraco.Commerce.Deploy/main/assets/ss_history.png" ,
39
+ "Caption" : " Umbraco Commerce Deploy history"
40
+ }
41
+ ],
42
+ "Tags" : [
43
+ " umbraco" ,
44
+ " ecommerce" ,
45
+ " deploy"
46
+ ]
47
+ }
Original file line number Diff line number Diff line change
1
+ ## Umbraco Commerce Deploy
2
+
3
+ Umbraco Commerce Deploy adds Umbraco Deploy support to your Umbraco Commerce installations.
4
+
5
+ With Umbraco Commerce Deploy you can easily transfer your Umbraco Commerce settings and product data between environments either on prem with Umbraco Deploy OnPrem or with Umbraco Cloud.
6
+
7
+ ## Key Features
8
+
9
+ * Deploy store settings between environments
10
+ * Adapters for Umbraco Commerce property editors
11
+ * Works OnPrem or with Umrbaco Cloud
You can’t perform that action at this time.
0 commit comments