cp.nvim/lua/cp/commands
Barrett Ruth 49e0ae3885
refactor(credentials): promote login/logout to top-level actions (#292)
## Problem

`:CP credentials login/logout/clear` is verbose and inconsistent with
other
actions that are all top-level (`:CP run`, `:CP submit`, etc.). The
clear-all
subcommand is also unnecessary since re-logging in overwrites existing
credentials.

## Solution

Replace `:CP credentials {login,logout,clear}` with `:CP login
[platform]`
and `:CP logout [platform]`. Remove the clear-all command and the
credentials
subcommand dispatch — login/logout are now regular actions routed
through the
standard action dispatcher.
2026-03-04 13:09:32 -05:00
..
cache.lua feat(cache): update cache 2025-10-24 14:26:51 -04:00
init.lua refactor(credentials): promote login/logout to top-level actions (#292) 2026-03-04 13:09:32 -05:00
picker.lua fix: cleanup picker message 2025-12-04 18:12:10 -05:00