firecrawl-cli 1.6.1 → 1.6.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,9 @@ Or set up everything in one command (install CLI globally, authenticate, and add
14
14
  npx -y firecrawl-cli init --all --browser
15
15
  ```
16
16
 
17
+ - `--all` installs the firecrawl skill to every detected AI coding agent
18
+ - `--browser` opens the browser for Firecrawl authentication automatically
19
+
17
20
  ### Setup Skills and MCP
18
21
 
19
22
  If you are using an AI coding agent like Claude Code, you can also install the skill individually with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Command-line interface for Firecrawl. Scrape, crawl, and extract data from any website directly from your terminal.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {