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
I have a project with 1.2K xml files. I wanted to delete all files. So, first of all, i tried to build a list of all files by command
smartling-cli files list -s -p 2a1xxxxxx
After 5 mins of waiting, i don't see file URIs. Then i tried to run with -vv and looks like it works, but it requests details for each file. In my case, i don't need any details and explicitly added -s.
Can we optimize files list command for -s parameter because it's impossible to get a result for projects with 200+ files?
The text was updated successfully, but these errors were encountered:
@enegron-sl we designed files list as command that provides full information about remote and local files. By default we print nice table with progress for every locale.
Should we make files list really simple like corresponding api call and design another command for detailed status?
I have a project with 1.2K xml files. I wanted to delete all files. So, first of all, i tried to build a list of all files by command
After 5 mins of waiting, i don't see file URIs. Then i tried to run with
-vv
and looks like it works, but it requests details for each file. In my case, i don't need any details and explicitly added-s
.Can we optimize
files list
command for-s
parameter because it's impossible to get a result for projects with 200+ files?The text was updated successfully, but these errors were encountered: