taskmonkey-cli 0.8.6 → 0.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskmonkey-cli",
3
- "version": "0.8.6",
3
+ "version": "0.9.0",
4
4
  "description": "TaskMonkey CLI — Remote dev tools for tenant config editing and tool testing",
5
5
  "bin": {
6
6
  "tm": "./bin/tm.js",
@@ -407,8 +407,12 @@ Der Server hat SSH-Zugang zu Remote-Servern und deployt ein temporäres PHP-Gate
407
407
  ],
408
408
  \`\`\`
409
409
 
410
- **ssh_key** kann den Key-Inhalt direkt enthalten (beginnt mit \`-----BEGIN\`) oder einen Dateipfad auf dem Server.
411
- Den Key-Inhalt direkt in der Config zu hinterlegen ist die empfohlene Methode für Mandanten.
410
+ **ssh_key:** Key-Inhalt direkt (empfohlen) oder Dateipfad auf dem Server.
411
+ **WICHTIG:** RSA PEM-Format ohne Passphrase verwenden (\`-----BEGIN RSA PRIVATE KEY-----\`).
412
+ OpenSSH-Format und Passwort-geschützte Keys können Probleme verursachen.
413
+ Key konvertieren: \`ssh-keygen -p -m PEM -P "passphrase" -N "" -f key\`
414
+
415
+ Siehe \`docs/DatabaseGateway.md\` für Troubleshooting und vollständige Feld-Referenz.
412
416
 
413
417
  Siehe \`docs/DatabaseGateway.md\` für die vollständige Dokumentation inkl. SQL-Beispiele und CMS-Tabellen.
414
418