Groups
Groups
Section titled “Groups”Profile groups let you apply the same configuration across multiple coders at once.
create
Section titled “create”Create a new group.
swixter group create <name>A group bundles profiles from different coders. When you switch to a group, it sets the specified profile as active for each coder simultaneously.
switch
Section titled “switch”Set a group as active for all contained coders.
swixter group switch <name>This sets the active profile for each coder in the group.
List all groups.
swixter group listApply all profiles in the active group.
swixter group applyWrites the active profile to each coder’s config file.
Modify an existing group.
swixter group edit <name>delete
Section titled “delete”Remove a group.
swixter group delete <name>Example Workflow
Section titled “Example Workflow”# Create individual profilesswixter claude create work-claude -p anthropicswixter codex create work-codex -p ollama
# Group themswixter group create work# ... select claude=work-claude, codex=work-codex
# Apply all at onceswixter group switch workswixter group apply