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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Rather than provide a CSV of student names and emails, I'd like to run the script and be given the option to generate X sites without student info.
For example, if the project name is "MSP Training" and the number requested is 3, it would generate msp-training-01, msp-training-02, msp-training-03 - all associated with the email [email protected].
I'm currently getting around this by using a CSV that looks like this:
When a trainer has a roster, using the CSV is great. It saves a lot of time and works perfectly.
When a trainer doesn't know who will show up (or when they want to invite the students personally and prefer not to give me that info), they've asked me to just use student#'s. I feel like this has been happening more recently, but I don't think we should do away with the CSV option.
Rather than provide a CSV of student names and emails, I'd like to run the script and be given the option to generate X sites without student info.
For example, if the project name is "MSP Training" and the number requested is 3, it would generate
msp-training-01
,msp-training-02
,msp-training-03
- all associated with the email [email protected].I'm currently getting around this by using a CSV that looks like this:
But that will generate
01-projectname
rather thanprojectname-01
. No biggie, but robots can make my life easier by just asking how many sites I need.The text was updated successfully, but these errors were encountered: