We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583ff7d commit 2b7b572Copy full SHA for 2b7b572
1 file changed
packages/contentstack-config/src/commands/config/get/region.ts
@@ -21,6 +21,7 @@ export default class RegionGetCommand extends BaseCommand<typeof RegionGetComman
21
cliux.print(`Developer Hub URL: ${currentRegion.developerHubUrl}`);
22
cliux.print(`Launch URL: ${currentRegion.launchHubUrl}`);
23
cliux.print(`Personalize URL: ${currentRegion.personalizeUrl}`);
24
+ cliux.print(`Contentstack Assets URL: ${currentRegion.csAssetsUrl}`);
25
log.info(`Currently using ${currentRegion.name} region`, this.contextDetails);
26
}
27
0 commit comments