Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kosli.com/llms.txt

Use this file to discover all available pages before exploring further.

Error

kosli list snapshots prod ~3..NOW
zsh: no such user or named directory: 3..NOW

Solution

Wrap the argument in quotation marks (single or double):
kosli list snapshots prod '~3..NOW'
or
kosli list snapshots prod "~3..NOW"
Last modified on March 25, 2026