@gfargo/doorman 3.0.0 → 3.0.2

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
@@ -12,10 +12,10 @@
12
12
  Doorman enables Infrastructure as Code (IaC) for your security layer, bringing version control, automated deployment, and team collaboration to your firewall configuration. Supports Vercel Firewall and Cloudflare WAF.
13
13
 
14
14
  <p align="center">
15
- <img src="./assets/demos/quickstart.gif" alt="vercel-doorman init security-focused, then vercel-doorman validate --verbose, showing a passing configuration" width="720" />
15
+ <img src="./assets/demos/quickstart.gif" alt="doorman init security-focused, then doorman validate --verbose, showing a passing configuration" width="720" />
16
16
  </p>
17
17
 
18
- <p align="center"><sub>Real terminal output — <code>vercel-doorman init security-focused</code> followed by <code>vercel-doorman validate --verbose</code>. Recorded with <a href="https://github.com/charmbracelet/vhs">VHS</a>, see <a href="/demos">/demos</a>.</sub></p>
18
+ <p align="center"><sub>Real terminal output — <code>doorman init security-focused</code> followed by <code>doorman validate --verbose</code>. Recorded with <a href="https://github.com/charmbracelet/vhs">VHS</a>, see <a href="/demos">/demos</a>.</sub></p>
19
19
 
20
20
  ## ✨ Features
21
21
 
@@ -125,7 +125,7 @@ doorman add --name "Block Admin" --field path --op pre --value "/admin" --action
125
125
  ```
126
126
 
127
127
  <p align="center">
128
- <img src="./assets/demos/add-interactive.gif" alt="vercel-doorman add --interactive walking through creating a Block Admin Access rule" width="720" />
128
+ <img src="./assets/demos/add-interactive.gif" alt="doorman add --interactive walking through creating a Block Admin Access rule" width="720" />
129
129
  </p>
130
130
 
131
131
  **Option 2: Use Templates**
@@ -136,7 +136,7 @@ doorman template ai-bots # Add AI bot protection
136
136
  ```
137
137
 
138
138
  <p align="center">
139
- <img src="./assets/demos/template-picker.gif" alt="vercel-doorman template picker adding the ai-bots template" width="720" />
139
+ <img src="./assets/demos/template-picker.gif" alt="doorman template picker adding the ai-bots template" width="720" />
140
140
  </p>
141
141
 
142
142
  **Option 3: Interactive Setup**