Cryptohopper dans votre terminal
Construisez, déployez et surveillez vos projets Cryptohopper sans quitter votre shell. Un binaire single-file. Parité totale avec la console web. Scriptable pour la CI.
$ cryptohopper login Opening https://www.cryptohopper.ai/cli/authorize?state=… in your browser… ✓ Logged in as you@example.com Token saved to ~/.cryptohopper/config.json $ cryptohopper new "a crypto RSI dashboard for BTC/ETH" --subdomain my-rsi ✓ Project created name: A Crypto Rsi Dashboard subdomain: my-rsi type: bot █████░ Step 5/6 generating: Building project… ✓ Live at https://my-rsi.cryptohopper.app
Installation en 30 secondes
Binaire unique. Aucun Node requis. La carte mise en évidence correspond à votre OS.
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopper
# In PowerShell, as Administrator: Invoke-WebRequest https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-windows-x64.exe -OutFile $env:USERPROFILE\cryptohopper.exe
Avertissement au premier lancement
Les binaires ne sont pas encore signés. macOS affiche une alerte Gatekeeper — clic droit → Ouvrir, ou exécutez xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows affiche SmartScreen — cliquez sur « Informations complémentaires » → « Exécuter quand même ». La notarisation Apple et la signature Authenticode sont sur la roadmap.
Ce que vous pouvez faire
Créer un projet à partir d'un prompt
cryptohopper new "a crypto RSI dashboard for BTC and ETH"Suivre un déploiement en direct
cryptohopper status my-bot --watchLister vos projets
cryptohopper listOuvrir l'URL en direct
cryptohopper open my-botFAQ
Que puis-je faire avec le CLI cryptohopper ?
Ai-je besoin d'un abonnement payant ?
Comment fonctionne la connexion ?
Mon jeton est-il en sécurité sur disque ?
Pourquoi macOS m'avertit-il d'un développeur non identifié ?
Pourquoi Windows affiche-t-il un avertissement SmartScreen ?
Puis-je scripter avec le CLI ?
Prêt à shipper depuis le terminal ?
Choisissez votre OS ci-dessus, collez la commande d'installation, puis exécutez cryptohopper login.
Ou vérifiez les checksums : SHA256SUMS