File tree Expand file tree Collapse file tree
packages/contentstack-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11fileignoreconfig:
22 - filename: pnpm-lock.yaml
3- checksum: 99e35a2d82308ac917da121768e2dffa6270e76fe3db283ba241e04bda7651f7
3+ checksum: eb1a201c2f61d7bceb52d113ae069830ad9c7d590419bbbfa3651982208c8b9b
44version: '1.0'
Original file line number Diff line number Diff line change 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" ,
9191 }
9292 },
9393 "repository" : " contentstack/cli"
94- }
94+ }
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments