You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `mrt save-credentials` command
Adds a new command to save MRT credentials (username and API key) to the
~/.mobify file, replacing the manual echo/JSON workflow. Supports
--credentials-file override, --cloud-origin for alternate file paths,
and --yes to skip overwrite confirmation. File is written with 0o600
permissions.
* chore: add changeset for mrt save-credentials
* Extract shared confirm prompt utility
Move the duplicated confirm() pattern to a shared prompts.ts module.
Use (y/N) format matching existing CLI conventions with default-no.
* Migrate all commands to shared confirm prompt utility
Replace duplicated readline-based confirm functions across 10 commands
with the shared confirm() from prompts.ts. The shared utility auto-appends
(y/N) or (Y/n) hints and supports configurable defaults.
0 commit comments