posthorn 0.2.6 → 0.2.7

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
@@ -62,15 +62,20 @@ stored locally, so you can stop and continue any time.
62
62
  ## The external/manual steps (things that happen OUTSIDE the CLI)
63
63
 
64
64
  These are the steps you must GUIDE THE USER through in their browser. Give exact
65
- click-by-click instructions. Tell the user up front that these are one-time
66
- setup steps; once done, they never repeat them. Future domains and mailboxes
67
- are fully automated (the only exceptions: DKIM is once per domain, delegation
68
- is once per Workspace org).
65
+ click-by-click instructions. Before each browser step, share with the user that
66
+ this is a one-time setup, e.g. "This is a one-time setup step; you won't need
67
+ to do this again." The repetition model, so you can answer follow-ups:
68
+ - Cloudflare API token: once ever
69
+ - Workspace delegation: once per Workspace org
70
+ - DKIM: once per domain
71
+ - Everything else (domains, mailboxes, warmup): fully automated, no browser
69
72
 
70
73
  ### Cloudflare API token (one-time, for "buy new" or "own Cloudflare" domains)
71
74
  - dash.cloudflare.com/profile/api-tokens → Create Token → Custom Token
72
75
  - Permissions: Account>Account Settings>Read, Account>Registrar: Domains>Admin,
73
- Zone>Zone>Edit, Zone>DNS>Edit. Resources: Include All.
76
+ Zone>Zone>Edit, Zone>DNS>Edit.
77
+ - Account Resources: Include > All accounts
78
+ - Zone Resources: Include > All zones
74
79
  - Do NOT add Billing permissions; they are not needed. Domain purchases charge
75
80
  the payment method already on the Cloudflare account, which is a dashboard
76
81
  setting, not a token permission.
package/dist/index.js CHANGED
@@ -581,7 +581,7 @@ function guide() {
581
581
 
582
582
  // src/index.ts
583
583
  var program = new Command();
584
- program.name("posthorn").description("Posthorn: domain setup, mailbox creation, and email warmup").version("0.2.6");
584
+ program.name("posthorn").description("Posthorn: domain setup, mailbox creation, and email warmup").version("0.2.7");
585
585
  program.addHelpText("after", `
586
586
  Agents: run 'posthorn guide' first for the full workflow playbook.
587
587
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthorn",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Domain setup, mailbox creation, and email warmup from the command line",
5
5
  "type": "module",
6
6
  "bin": {