@ossy/cli 0.16.7 → 0.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/cli",
3
- "version": "0.16.7",
3
+ "version": "0.16.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ossy-se/packages.git"
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "bin": "./src/index.js",
19
19
  "dependencies": {
20
- "@ossy/app": "^0.15.7",
20
+ "@ossy/app": "^0.15.9",
21
21
  "arg": "^5.0.2",
22
22
  "glob": "^10.3.10"
23
23
  },
@@ -29,5 +29,5 @@
29
29
  "/src",
30
30
  "README.md"
31
31
  ],
32
- "gitHead": "9d5c6036a317fb18db45d65ff6ce237554ffd3af"
32
+ "gitHead": "3c4b294519d79f414acfbf2901722bc4d3a81640"
33
33
  }
@@ -106,8 +106,8 @@ export async function publish (options) {
106
106
  '-u', username,
107
107
  '-a', authentication,
108
108
  '-p', targetPlatform,
109
- '-pp', platformsPath,
110
- '-dp', deploymentsPath
109
+ '--platforms-path', platformsPath,
110
+ '--deployments-path', deploymentsPath,
111
111
  ])
112
112
  if (!skipResourceTemplates && configPath) {
113
113
  await maybeUploadResourceTemplatesAfterPublish({
@@ -156,8 +156,8 @@ export async function publish (options) {
156
156
  '-a', authentication,
157
157
  '-d', targetDomain,
158
158
  '-p', targetPlatform,
159
- '-pp', platformsPath,
160
- '-dp', deploymentsPath
159
+ '--platforms-path', platformsPath,
160
+ '--deployments-path', deploymentsPath,
161
161
  ])
162
162
 
163
163
  if (!skipResourceTemplates && configPath) {