Flag to have wait update in intervals rather than continuous #3273
Replies: 2 comments 1 reply
-
|
the polling frequency for deploy/retrieves is not customizable by the user (it's calculated by us depending on the amount of components in the operation).
that sounds like you are getting the non-CI, animated status update printed out. If you are in a CI env, we print a machine-friendly version that you can customize the frequency via the suggestion: example in the |
Beta Was this translation helpful? Give feedback.
-
|
Hey, thanks for the pointer to the documentation. I was able to get the intended behaviour by setting the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
sf project deployorsf project retrievedoes a continuous Elapsed counter. We deploy to our Salesforce org via our CDP pipeline, and this continuous counter creates the log file of ~15MB for validation and deployment for the full codebase.A flag (example
--wait-interval 15) should wait and query for the latest update with the interval duration.Beta Was this translation helpful? Give feedback.
All reactions