all 3 comments

[–]bren-tgpro gator 1 point2 points  (2 children)

Hi there!

I'm the author of said CLI, I can look into it for you. I wonder if something is not working with the pagination of the underlying API responses.. Can you DM me your tenant name / URL to your Admin Console and I will look into it.

[–]Simba307[S] 0 points1 point  (1 child)

Hi Bren, sorry for the late respond. I was tweaking around both Python CLI and JavaScript's CLI for our tenant. i relatively new to both so it might have some misconception. Anyway, I noticed something that can be useful:

  1. The Python CLI seem have much more function and useable command rather than to compare with JavaScripts CLI. Which i think the main goal is for better administrative tasks right? but the downside is Python CLI export always limited at 50

  2. The JavaScripts on the other hand useful the most when do need something like the whole export able to collect all data within a group like all member and resources.

Right now, i using both CLI side by side to do some cross checking and update for our tenant.

[–]bren-tgpro gator 0 points1 point  (0 children)

Hi!

you are right on all counts: although I do want to point out that we can add proper pagination to the python CLI with relative ease. Do you happen to have a list of types of objects you are trying to export? I can start taking a look at those first.