cp.nvim/lua/cp/commands
Barrett Ruth 3e0b7beabf feat: add :CP login command for explicit credential management
Problem: credentials were only set implicitly on first :CP submit.
There was no way to update wrong credentials, log out, or set
credentials ahead of time without editing the cache JSON manually.

Solution: add :CP login [platform] which always prompts for username
and password and overwrites any saved credentials for that platform.
Omitting the platform falls back to the active platform. Wire the
command through constants, parse_command, handle_command, and add
tab-completion (suggests platform names). Document in vimdoc under
the SUBMIT section and in the commands reference.
2026-03-03 16:28:54 -05:00
..
cache.lua feat(cache): update cache 2025-10-24 14:26:51 -04:00
init.lua feat: add :CP login command for explicit credential management 2026-03-03 16:28:54 -05:00
picker.lua fix: cleanup picker message 2025-12-04 18:12:10 -05:00