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 Entry Of Data Through Config #23

Open
thealphadollar opened this issue Jun 9, 2019 · 0 comments
Open

Allow Entry Of Data Through Config #23

thealphadollar opened this issue Jun 9, 2019 · 0 comments
Labels

Comments

@thealphadollar
Copy link
Collaborator

We currently only accept input through CLI. This can get cumbersome since the groups may remain the same for all the time.

We should allow the user to allow to set config in a file. The settings can be as below:

[LOGIN]
username
password
[POST]
groups
description
image

The student is free to use any of the below implementations and make it work.

The task is huge since we also need it such that if the config is set for an option, we should not ask the user to enter it.

The above can be implemented using:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant