Skip to content
New issue

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

ROS - Tool for export realms using path from Sync Worker #3

Open
landscape82 opened this issue Nov 30, 2020 · 0 comments
Open

ROS - Tool for export realms using path from Sync Worker #3

landscape82 opened this issue Nov 30, 2020 · 0 comments
Assignees

Comments

@landscape82
Copy link

Is it possible to create simple tool that would export to JSON or (better) CSV list of realms in Cloud Instance, following path. For example - We need list of all realms in path '/vending/breakout/', example output should look like this:

/vending/breakout/M001
/vending/breakout/v1/MN001
...
/vending/breakout/v2/MN031
/vending/breakout/v2/MN032
...

Optional: It could also contain after name of realm after coma - sync label = it could be easier then to establish on which Sync Worker is located.

Suggestion. We could use this script in similar way, usage:

ros-path-realm-list -s INSTANCE URL -t TOKEN -p PATH 
ros-path-realm-list -s https://some-instance.us1.cloud.realm.io/ -t a1b2c3d4e5... -p /vending

Example output:

/vending/breakout/M001;default 
/vending/breakout/v2/MN032;alfa
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants