Commit Graph

18 Commits

Author SHA1 Message Date
Nicolas 05f28c18c3 Update README.md 2026-02-16 19:26:09 -08:00
Developers Digest ab49da2c21 docs: update CLI docs for v1.4.0 2026-02-16 20:20:51 -05:00
Developers Digest 0f1e6545ec browser init 2026-02-13 13:01:08 -05:00
Abimael Martell 5948945fd1 add agent docs 2026-02-03 16:39:47 -08:00
Abimael Martell 8845a2fc08 Add support for local/custom API URLs (#20)
* Add support for local/custom API URLs

For custom API URLs (e.g., local development with Docker), the CLI now:
- Skips API key requirement when using non-cloud URLs
- Allows optional API key input during login
- Skips browser auth flow for custom URLs

This enables use with local Firecrawl instances that have
USE_DB_AUTHENTICATION=false.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add --api-url option to commands

Add --api-url flag at both global and command levels (scrape, crawl,
map, search, credit-usage) similar to --api-key. When a custom API URL
is provided, authentication is skipped allowing requests to local or
self-hosted Firecrawl instances without an API key.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: Add --api-url option documentation

Document the --api-url option for self-hosted and local development
use cases in the README, including examples for environment variables
and CI/CD usage.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: Add --api-url to login and config examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:48:27 -08:00
Abimael Martell 1ded7e23e4 Remove extra blank lines in README.md (#18)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:16:27 -08:00
Nicolas 463b7a1a88 Update README.md 2026-01-26 17:23:04 -08:00
Developers Digest 8584f6ced8 Update concurrency label to 'parallel scrape limit'
Replaces 'parallel scrape/crawl limit' with 'parallel scrape limit' in status output, README, and SKILL.md for clarity and consistency.
2026-01-23 08:21:30 -05:00
Developers Digest 45b63b2b02 Add --status command to display CLI and account info
Introduces a new --status flag to the CLI, showing version, authentication status, concurrency limits, and credit usage. Updates documentation and skill instructions to reflect the new command. Increments package version to 1.1.0.
2026-01-23 08:12:23 -05:00
Nicolas dc2120cf77 Update README.md 2026-01-22 14:14:32 -03:00
Nicolas d119e408d3 Update README.md 2026-01-22 14:13:35 -03:00
Nicolas e8cc94b24d Nick: 2026-01-22 12:34:58 -03:00
Nicolas 97c268d6b2 Nick: 2026-01-21 15:15:31 -03:00
Nicolas d26fbd044a Nick: search 2026-01-21 00:20:18 -03:00
Nicolas 4a3d047783 Nick: 2026-01-21 00:09:47 -03:00
Abimael Martell 5c542f88ec usage example on readme 2026-01-07 14:25:44 -08:00
Abimael Martell 151f953b09 better readme 2026-01-07 14:22:03 -08:00
Abimael Martell d9aacaa897 remove old files 2026-01-07 14:20:54 -08:00