Include --async operation for pac solution add-solution-component #1038
jbuenoliveira
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Currently, the command to add one or more solution components to the target unmanaged solution in Dataverse does not offer asynchronous capability, which can result in timeouts in some cases.
Idea
The current
pac solution add-solution-component
command likely uses the AddSolutionComponent action. However, it could potentially use the AddComponentToSolutionAsync action instead.Commands
Additional commands for:
pac solution add-solution-component
--async
--max-async-wait-time
Ref.: pac solution add-solution-component
Beta Was this translation helpful? Give feedback.
All reactions