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

Add a command to view current config #63

Merged
merged 1 commit into from
May 14, 2022
Merged

Add a command to view current config #63

merged 1 commit into from
May 14, 2022

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented May 14, 2022

Prior to this PR it was only possible to view config by inspecting the config file created in the users home directory or the current environment variables if any settings had been overridden.

This PR adds the config command that allows users to print the current configuration of the application to stdout in either yaml or json format.

Closes #39

@chelnak chelnak added the enhancement New feature or request label May 14, 2022
Prior to this commit it was only possible to view config by inspecting
the config file created in the users home directory or the current
environment variables if any settings had been overridden.

This commit adds the `config` command that allows users to print the
current configuration of the application to stdout in either yaml
or json format.
@chelnak chelnak merged commit fb6ff05 into main May 14, 2022
@chelnak chelnak deleted the config_command branch May 14, 2022 20:37
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

Successfully merging this pull request may close these issues.

Show current config in the terminal
1 participant