Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cmd/kosli/listTrails.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ import (

const listTrailsShortDesc = `List Trails of an org.`

const listTrailsLongDesc = listTrailsShortDesc + `The list can be filtered by flow, flow tag and artifact fingerprint. The results are paginated and ordered from latest to oldest.`
const listTrailsLongDesc = listTrailsShortDesc +
`The list can be filtered by flow, flow tag and artifact fingerprint. ` +
`When multiple filters are provided, only trails matching all specified criteria are returned. ` +
`The results are paginated and ordered from latest to oldest.`

const listTrailsExample = `
# get a paginated list of trails for a flow:
Expand Down
Loading