googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.09k stars 434 forks source link

feat(dev): add "all" keyword and multiple components to component-info command #7433

Closed bshaffer closed 1 month ago

bshaffer commented 2 months ago

Adds the following features to the dev commands:

  1. Allows "all" keyword to --fields option to show all fields (the default is to only show a few, for readability)
  2. Allows multiple "component" values supplied, e.g. -c Storage -c BigQuery so that multiple specific components can be easily viewed
  3. Ensures new repos are public when modifying their settings.
  4. Allow CSV output to stdout

Potential TODO: allow multiple --filter options which are a logical OR between them (similar to components)