You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List artifacts in a flow or repo. The results are paginated and ordered from latest to oldest.
By default, the page limit is 15 artifacts per page.
Flags
Flag
Type
Description
-f, --flow
string
The Kosli flow name.
-h, --help
bool
help for artifacts
-o, --output
string
[defaulted] The format of the output. Valid formats are: [table, json]. (default "table")
--page
int
[defaulted] The page number of a response. (default 1)
-n, --page-limit
int
[defaulted] The number of elements per page. (default 15)
--repo
string
[optional] The name of a git repo as it is registered in Kosli. e.g kosli-dev/cli
Flags inherited from parent commands
Flag
Type
Description
-a, --api-token
string
The Kosli API token.
-c, --config-file
string
[optional] The Kosli config file path. Config is read from this path or the default only, never implicitly from the current directory. (default "$HOME/.kosli.yml")