Skip to content

Commit 503b263

Browse files
Merge pull request #394 from contentstack/fix/DX-3327
fix fetch app issue by making call through marketplace sdk
2 parents c7e11be + 46a7af1 commit 503b263

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/contentstack-apps-cli",

src/commands/app/update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ export default class Update extends AppCLIBaseCommand {
156156
* @memberof Create
157157
*/
158158
async updateAppOnDeveloperHub(): Promise<void> {
159-
let app = this.managementAppSdk
160-
.organization(this.orgUid)
159+
let app = this.marketplaceAppSdk
160+
.marketplace(this.orgUid)
161161
.app(this.manifestData.uid);
162162

163163
app = Object.assign(app, this.manifestData);

0 commit comments

Comments
 (0)