Ability to loop on operation commands with `-l 100`. For example... `cosmic upsert "{'id':%I%}" -l 3` ...would execute the equivalent of... `cosmic upsert "{'id':0}"` `cosmic upsert "{'id':1}"` `cosmic upsert "{'id':2}"`
Ability to loop on operation commands with
-l 100.For example...
cosmic upsert "{'id':%I%}" -l 3...would execute the equivalent of...
cosmic upsert "{'id':0}"cosmic upsert "{'id':1}"cosmic upsert "{'id':2}"