domani-cli 0.4.56 → 0.4.57
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 +18 -0
- package/dist/domani.cjs +201 -167
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,24 @@ domani email status --domain <domain> Check email DNS health
|
|
|
172
172
|
domani email connect --domain <domain> <provider> Connect external provider (Gmail, Fastmail, Proton)
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
+
### Mailzero assistant (private preview)
|
|
176
|
+
|
|
177
|
+
```
|
|
178
|
+
domani assistant today Now, Needs you, Waiting, Upcoming, Handled
|
|
179
|
+
domani assistant settings Opt-in state, consent, and mailbox scope
|
|
180
|
+
domani assistant set Change settings (--enable, --shadow, --pause, --mailboxes, --none, --days)
|
|
181
|
+
domani assistant preview Record consent and start a background history import (--mailboxes, --consent)
|
|
182
|
+
domani assistant backfill|retry Follow the import or requeue its terminal failures
|
|
183
|
+
domani assistant item <id> One work item with its Decision and options
|
|
184
|
+
domani assistant choose <id> Record a decision (--item-version, --decision, --decision-version, --option)
|
|
185
|
+
domani assistant instruct|snooze|ignore|take-over|correct <id>
|
|
186
|
+
domani assistant plan <id> Exact preview of a prepared reply; nothing is sent by the CLI
|
|
187
|
+
domani assistant activity Content-free interaction and receipt log
|
|
188
|
+
domani assistant export|delete Export or delete derived data (source mail is never touched)
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
Tokens need `assistant:read` for reads and `assistant:write` for changes.
|
|
192
|
+
|
|
175
193
|
### DNS
|
|
176
194
|
|
|
177
195
|
```
|