Skip to content

feat: add multi-profile support for switching between auth accounts#117

Merged
belopash merged 11 commits intodevelopfrom
profiles
Apr 17, 2026
Merged

feat: add multi-profile support for switching between auth accounts#117
belopash merged 11 commits intodevelopfrom
profiles

Conversation

@belopash
Copy link
Copy Markdown
Contributor

@belopash belopash commented Apr 14, 2026

No description provided.

belopash added 10 commits April 14, 2026 09:58
- Config format migrated from flat { apiUrl, credentials } to named
  profiles { current, profiles: { [name]: { apiUrl, credentials } } };
  existing config files are auto-migrated to a "default" profile
- sqd auth: add --profile/-p flag to save credentials under a named profile
- sqd profile list: list all profiles, marking the active one with *
- sqd profile use <name>: switch the active profile
- sqd profile remove <name>: remove a saved profile
- sqd whoami: now shows the active profile name

Made-with: Cursor
When no profile name is given, both commands prompt with an interactive
list of available profiles (respecting --no-interactive for CI use).

Made-with: Cursor
@belopash belopash requested a review from mo4islona April 14, 2026 13:53
Base automatically changed from agentic-improve to develop April 17, 2026 07:40
@belopash belopash merged commit c6f6eef into develop Apr 17, 2026
@belopash belopash deleted the profiles branch April 17, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant