We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--limit
item ls
Update help for this great feature which I almost missed. Limit must not be less or equal to 100.
Limit 100 works:
❯ qlik item ls --limit 1000 | jq -r '.[].resourceId' | wc --lines 1000
Flag docs:
--limit int The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Version:
❯ qlik version version: 2.2.0 branch: commit: 90db1e4adc032c37587c57fb828b4b6e33bfdf03
The text was updated successfully, but these errors were encountered:
items ls
No branches or pull requests
Update help for this great feature which I almost missed. Limit must not be less or equal to 100.
Limit 100 works:
Flag docs:
Version:
The text was updated successfully, but these errors were encountered: