Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ernrc formatting #147

Closed
belemaire opened this issue Oct 5, 2017 · 0 comments
Closed

.ernrc formatting #147

belemaire opened this issue Oct 5, 2017 · 0 comments

Comments

@belemaire
Copy link
Member

Right now .ernrc JSON file is not really formatted, it's just one line of JSON which makes it less human readable.

We should write .ernrc file as a formatted/indented JSON, as we sometime have to look at it / edit it manually.

i.e

From

{"platformVersion":"1000.0.0","cauldronRepositories":{"benoit":"https://github.com/belemaire/dev-cauldron.git","benoitwalmart":"git@gecgithub01.walmart.com:blemair/my-cauldron.git"},"loglevel":"debug","miniAppsLinks":{},"cauldronRepoInUse":"benoit"}

To

{
  "platformVersion": "1000.0.0",
  "cauldronRepositories": {
    "benoit": "https://github.com/belemaire/dev-cauldron.git",
    "benoitwalmart": "git@gecgithub01.walmart.com:blemair/my-cauldron.git"
  },
  "loglevel": "debug",
  "miniAppsLinks": {},
  "cauldronRepoInUse": "benoit"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants