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

more scripting support #6

Open
lucasgpulcinelli opened this issue Nov 16, 2022 · 2 comments
Open

more scripting support #6

lucasgpulcinelli opened this issue Nov 16, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@lucasgpulcinelli
Copy link

I am personally struggling to create a github actions workflow for run-cli because the program is built around user input via stdin. I would like to see more scripting support (passing all inputs needed via command line, environment variables or other methods) in the program to help setup CI applications.

@Math-42 Math-42 changed the title [IMPROVEMENT] more scripting support more scripting support Nov 16, 2022
@Math-42 Math-42 added the enhancement New feature or request label Nov 16, 2022
@Math-42
Copy link
Owner

Math-42 commented Nov 16, 2022

I plan to add some new flags that can help with this like a --user-email and a --user-password to pass user credentials and two other project-related flags, --submission-type and --exercise, where you could pass the type of submission and the code of the exercise you want to create.

Do you have any other suggestions?

@lucasgpulcinelli
Copy link
Author

Sorry for taking so long!
These flags should be enough. If you can specify a user, password, class and exercise in a stateless manner most of what I believe to be automatable in scripts becomes possible

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

2 participants