Harness currently has the capability of storing multiple entities like pipelines, inputsets within a git repository such as github. However, if an entity exists on git and needs to be mapped in Harness, the only solution is to import each entity one by one.
Customer would like the ability to either do a bulk API import at scale, or allow folder level imports (import everything under X directory), as the current strategy of looping through each and every entity can result in ratelimiting from the github provider when doing hundreds+ of imports, as well as needing to write logic to do so. This would reduce the number of API calls as well as effort to do a larger scale import effort.