Skip to content

Commit 7e7703b

Browse files
Merge pull request #397 from contentstack/development
DX | 11-08-2025 | Staging
2 parents 0d5b0d0 + 503b263 commit 7e7703b

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)