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 was archived by the owner on Apr 4, 2026. It is now read-only.
update setup.sh, updated rich dep, use OBM_SCREENSHOT env var (#280)
- setup.sh now uses python3.12 and pipx for installing onboardme
rich is not 13.9.x - updated lock file
you can now run export OBM_SCREENSHOT=True from the cli before doing onboardme --help and it will update the help screenshot in the docs
update setup.sh, updated rich dep, use OBM_SCREENSHOT env var (#280)
- setup.sh now uses python3.12 and pipx for installing onboardme
rich is not 13.9.x - updated lock file
you can now run export OBM_SCREENSHOT=True from the cli before doing onboardme --help and it will update the help screenshot in the docs
simplify `cronjob_setup` function by using `crontab`, and update pre-…
…commit dep (#277)
* simplify cronjob_setup function
* fix docs and finish fixing macos crontab usage
introduce new cronjob setup feature (#276)
* introduce new cronjob setup feature
* add cron to allowed STEPS
* update docs; update env config parsing for cron step
* fix subproc function call to provide a list
* add note in README about cronjobs