Skip to content

Releases: david1155/gcp-folder-project-tree-builder

[0.1.1] Output JSON

27 Apr 12:17
Compare
Choose a tag to compare

Output in JSON format without LOG timestamp.

Example usage to filter by projects:
./gcp-folder-project-tree-builder --key-file=key.json --folders=111111111111 | jq '[.. | objects | select(.name? and (.name | startswith("projects"))) | .name]'

[0.1.0] Initial release

30 Mar 18:06
Compare
Choose a tag to compare
Add link to releases page