You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Math-42
changed the title
[IMPROVEMENT] more scripting support
more scripting support
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.
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
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.
The text was updated successfully, but these errors were encountered: