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

Allow some options to be set via the JSON file #2

Closed
kodie opened this issue Sep 22, 2021 · 1 comment
Closed

Allow some options to be set via the JSON file #2

kodie opened this issue Sep 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kodie
Copy link
Member

kodie commented Sep 22, 2021

I think this would only be applicable for the --install-path command.

I'm thinking something like:

{
  "settings": {
    "gpm": {
      "install-path": "content/gpm_modules"
    }
  },
  "dependencies": {
     "derek-watson/jsuri": "1.3.1",
     "eduardoboucas/include-media": "1.4.10"
  }
}

or something like that. Options could be of course overwritten via the command line and paths would be relative to the JSON file.

@kodie
Copy link
Member Author

kodie commented Sep 24, 2021

This was added in fd31a50

@kodie kodie closed this as completed Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant