Skip to content

Commit 2b7b572

Browse files
author
naman-contentstack
committed
fix: get region not displaying the AM enpoint for custom regions
1 parent 583ff7d commit 2b7b572

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/contentstack-config/src/commands/config/get

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)