Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem you have encountered:
When adding sort-by on CLI or API the filter is not working on and projects.locations.repositories.files.list API
gcloud artifacts files list
What you expected to happen:
This command should return all the files filtered and sorted by createTime
What is currently happening:
This command return all files (not filtered) and sorted by createdTime
Other information (workarounds you have tried, documentation consulted, etc):
To correct filtering, avoid using
--sort-by
on CLI andorderBy
on API