acpilot 1.0.0 → 1.0.1
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/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -44095,7 +44095,7 @@ function parseArgs() {
|
|
|
44095
44095
|
apiKey,
|
|
44096
44096
|
maxPages: parseInt(opts["--max-pages"] || "50", 10),
|
|
44097
44097
|
maxDepth: parseInt(opts["--max-depth"] || "3", 10),
|
|
44098
|
-
server: opts["--server"] || "https://
|
|
44098
|
+
server: opts["--server"] || "https://acpilot.de",
|
|
44099
44099
|
projectId: opts["--project"],
|
|
44100
44100
|
json: flags.has("--json"),
|
|
44101
44101
|
noCrawl: flags.has("--no-crawl")
|
|
@@ -44114,7 +44114,7 @@ function printHelp() {
|
|
|
44114
44114
|
--max-pages <n> Maximale Seitenanzahl (Standard: 50)
|
|
44115
44115
|
--max-depth <n> Maximale Crawl-Tiefe (Standard: 3)
|
|
44116
44116
|
--project <id> Projekt-ID in AccessPilot (optional)
|
|
44117
|
-
--server <url>
|
|
44117
|
+
--server <url> ACPilot Server URL (Standard: https://acpilot.de)
|
|
44118
44118
|
--no-crawl Nur die angegebene URL scannen (kein Crawling)
|
|
44119
44119
|
--json JSON-Ausgabe statt Pretty-Print
|
|
44120
44120
|
-h, --help Hilfe anzeigen
|