Skip to content

CLI Examples

Watch Repo-Cached Commands

qik --cache repo --watch

Run All Commands Serially

qik -n 1

Check for Warm Cache for Specific Commands

qik command_one command_two --cache-status warm --ls

Fail if Commands have Cold Cache

qik --cache-status cold --ls --fail

Run Commands Since main Branch

qik --since main

Show Output of Successful and Failed Commands

qik -v 2

Cache All Finished Commands

qik --cache-when finished

Set the Default Cache

qik --cache remote_cache_name