Fast workspace tools for multi-repo management.
pip install fastws-cliCreate a repos.txt file listing your repos (one per line):
AnswerDotAI/fastcore
AnswerDotAI/fastgit
AnswerDotAI/fastship
AnswerDotAI/fastws
Clone all repos from your repos file:
ws_clone
ws_clone --repos-file myrepos.txt
ws_clone --workers 8Pull updates for all repos (parallel):
ws_pullShow uncommitted changes and unpushed commits:
ws_statusCheck if all repos are on the expected branch:
ws_branches
ws_branches --expected develop