feat(cli): support duration suffixes (m/h/d) for --protected flag
Summary
- Add support for human-readable duration suffixes (
30m,2h,7d) to the--protectedflag onclone createandclone updateCLI commands - Plain numbers without a suffix remain interpreted as minutes for backward compatibility
- Add unit tests for the new
parseDurationfunction
Closes #702 (closed)