Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to fix the zsh error when using arguments starting with ~ in Kosli CLI commands.
kosli list snapshots prod ~3..NOW
zsh: no such user or named directory: 3..NOW
kosli list snapshots prod '~3..NOW'
kosli list snapshots prod "~3..NOW"
Was this page helpful?