uloop-cli 0.64.1 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -80,6 +80,9 @@ uloop sync
80
80
  # Execute compilation
81
81
  uloop compile
82
82
 
83
+ # Force recompile and wait for domain reload completion
84
+ uloop compile --force-recompile true --wait-for-domain-reload true
85
+
83
86
  # Get logs
84
87
  uloop get-logs --max-count 10
85
88