Skip to content

Commit fee652e

Browse files
Merge branch 'development' of https://github.com/contentstack/contentstack-apps-cli into feat/CS-39668
2 parents 3139ea8 + b8caf21 commit fee652e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/commands/app/uninstall.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseCommand } from "./base-command";
2-
import { Stack, flags } from "@contentstack/cli-utilities";
2+
import { flags } from "@contentstack/cli-utilities";
33
import { getOrg, getApp, fetchApp, getInstallation, uninstallApp } from "../../util";
4-
import { $t, commonMsg, uninstallAppMsg } from "../../messages";
4+
import { commonMsg, uninstallAppMsg } from "../../messages";
55

66
export default class Uninstall extends BaseCommand<typeof Uninstall> {
77
static description = "Uninstall an app";

src/config/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join } from "path";
33
const config = {
44
defaultAppName: "app-boilerplate",
55
manifestPath: join(__dirname, "manifest.json"),
6-
boilerplateName: "marketplace-app-boilerplate-main",
6+
boilerplateName: "marketplace-app-boilerplate-1.2.3",
77
developerHubBaseUrl: "",
88
developerHubUrls: {
99
// NOTE CDA url used as developer-hub url mapper to avoid conflict if user used any custom name
@@ -16,8 +16,8 @@ const config = {
1616
"https://stag-api.csnonprod.com": "stag-developerhub-api.csnonprod.com",
1717
},
1818
appBoilerplateGithubUrl:
19-
"https://github.com/contentstack/marketplace-app-boilerplate/archive/refs/heads/main.zip",
20-
defaultAppFileName: "app-manifest"
19+
"https://github.com/contentstack/marketplace-app-boilerplate/archive/refs/tags/1.2.3.zip",
20+
defaultAppFileName: "app-manifest",
2121
};
2222

2323
export default config;

0 commit comments

Comments
 (0)