Examples
Return a rich markdown link
This command will return a gif preview of your replay hotlinked to the full video along with the title.
Here's an example of what it returns:
Set a replay title
This will set the title of the replay clip once published. Note that this is not shown in the local video editor before publish.
Attach the last 20 CLI commands to the replay body
The replay body can be piped in! This command will use the unix history
command to populate the replay body with the last 20 commands run in the terminal.
Attach a logfile to the replay
This will attach the mac system log to the replay. This probably won't be terribly useful, but you can imagine how helpful it would be to attach your own application logs!
Embed a replay in the body of a git commit
The command below will attach your replay to a git commit. The ticks (``) execute the Dashcam cli before the git commit command is run.
Last updated