Reference / find-deploys

find-deploys

Find deployments that contain specific commits.
	
This command searches through the deployment history to locate any deployments
that include the changes between the specified start and end commits (inclusive).

Example:
  ocuroot find-deploys abc123 def456
Usage:
  ocuroot find-deploys [startCommit] [endCommit]