You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: Add --provider argument to generate_cloud_configs.py
This adds command-line argument support to allow generating Kconfig menus
for specific cloud providers instead of always processing all providers.
The script now accepts an optional --provider argument that can be set to
lambdalabs, aws, azure, gce, or oci to generate configuration for only
that provider. When no --provider argument is specified, the script
maintains backward compatibility by generating configs for all providers.
This improves the user experience when working with a specific cloud
provider and reduces unnecessary API calls and processing time.
Generated-by: Claude AI
Signed-off-by: Chuck Lever <[email protected]>
0 commit comments