@signaliz/cli 1.0.64 → 1.0.65
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,8 +26,7 @@ signaliz verify-email jane@example.com --dry-run --json
|
|
|
26
26
|
# Return early when a provider check runs long, then resume the exact run
|
|
27
27
|
signaliz verify-email jane@example.com --no-wait --json
|
|
28
28
|
signaliz verify-email --verification-run-id run_... --json
|
|
29
|
-
signaliz company-signals --domain example.com
|
|
30
|
-
signaliz company-signals --domain example.com --research-prompt "expansion priorities"
|
|
29
|
+
signaliz company-signals --domain example.com
|
|
31
30
|
signaliz signal-to-copy \
|
|
32
31
|
--company-domain example.com \
|
|
33
32
|
--person-name "Jane Doe" \
|
package/package.json
CHANGED