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

Parse environment variables in the config.yaml file #154

Closed
ercanozkaya opened this issue Jun 1, 2022 · 0 comments · Fixed by #155
Closed

Parse environment variables in the config.yaml file #154

ercanozkaya opened this issue Jun 1, 2022 · 0 comments · Fixed by #155
Assignees
Milestone

Comments

@ercanozkaya
Copy link
Member

In #132 we added support for adding a ~/.joomlatools/console/config.yaml file as an override for default arguments.

Parse and replace the environment variables in this file so the following file could be used successfully:

globals:
  www: $APP_ROOT/sites
"site:create":
  options: $HOME/.joomlatools/console/site-configuration.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant