Global / Dual-Root init and team members creation #306
Replies: 1 comment
|
Great questions! Let me address each: Global squad location: Moving the global team: Moving the directory isn't officially supported yet. The CLI looks for the global squad in that specific path. If you want a custom location, you'd need to use a repo-level squad instead. Dual-root (global + repo): When both exist, the repo-level Adding members: Use This is an area we're actively improving. If you have specific workflows that aren't supported, please file issues and we'll prioritize. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
A few questions if you don't mind. Then using
squad init --globaldoes it silently register the default location anywhere?When I ran that command, it created the global team under
C:\Users\tkit\AppData\Roaming\squad\in my case.Now, what I wanted to do is, to move the global team from that location to
C:\Projects\mysquad\because that's where I clone all the repos that I work on, so I don't want the global squad in some other semi-random location. Also, I want to persist my global squad on GitHub andC:\Users\tkit\AppData\Roaming\squad\is sort of totally out of the way.C:\Projects\mysquad\?C:\Users\tkit\AppData\Roaming\squad\toC:\Projects\mysquad\?And now questions regarding actual members creation:
C:\Projects\whatever\already had a squad, but I want to replace it with this global (dual-root?) one, do I just update theconfig.jsoninC:\Projects\whatever\and point it toC:\Projects\mysquad\?C:\Projects\whatever\andC:\Projects\mysquad\contain squad members, will thenC:\Projects\whatever\have a combination of all of these squad members at disposal? (I assume I shouldn't really mix and match like this)C:\Projects\whatever\?C:\Projects\whatever\?C:\Projects\mysquad\has no existing agents, at what point do I create them, and how / from where exactly?squadfromC:\Projects\mysquad\and go something like "well this is not an actual project, but just a global squad location and I want to set up a squad with the following members ..."squadfrom an actual project likeC:\Projects\whatever\and go "add the following members" and then these squad members will get created inC:\Projects\mysquad\?Sorry for the flurry of questions, but I feel like these details are all kind of unclear at this stage. Really appreciate the effort you're putting into this!
Thanks!
All reactions