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]'
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]'