Skip to content

Commit 16bd6f0

Browse files
Merge pull request #2577 from contentstack/fix/DX-7887
fix: get region not displaying the AM enpoint for custom regions
2 parents 583ff7d + eea7fc4 commit 16bd6f0

4 files changed

Lines changed: 352 additions & 319 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 99e35a2d82308ac917da121768e2dffa6270e76fe3db283ba241e04bda7651f7
3+
checksum: eb1a201c2f61d7bceb52d113ae069830ad9c7d590419bbbfa3651982208c8b9b
44
version: '1.0'

packages/contentstack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta.9",
4+
"version": "2.0.0-beta.10",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -91,4 +91,4 @@
9191
}
9292
},
9393
"repository": "contentstack/cli"
94-
}
94+
}

packages/contentstack-config/src/commands/config/get/region.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default class RegionGetCommand extends BaseCommand<typeof RegionGetComman
2121
cliux.print(`Developer Hub URL: ${currentRegion.developerHubUrl}`);
2222
cliux.print(`Launch URL: ${currentRegion.launchHubUrl}`);
2323
cliux.print(`Personalize URL: ${currentRegion.personalizeUrl}`);
24+
cliux.print(`Contentstack Assets URL: ${currentRegion.csAssetsUrl}`);
2425
log.info(`Currently using ${currentRegion.name} region`, this.contextDetails);
2526
}
2627
}

0 commit comments

Comments
 (0)