feat(cli): support duration suffixes (m/h/d) for --protected flag

Summary

  • Add support for human-readable duration suffixes (30m, 2h, 7d) to the --protected flag on clone create and clone update CLI commands
  • Plain numbers without a suffix remain interpreted as minutes for backward compatibility
  • Add unit tests for the new parseDuration function

Closes #702 (closed)

Merge request reports

Loading