{"library":"stallion-cli","title":"Stallion CLI","type":"library","description":"Stallion CLI is a unified command-line tool for deploying React Native bundles to Stallion servers. Current stable version is 2.4.3. Released actively on npm. It uses Commander.js for CLI parsing and provides commands for authentication, bundle upload, and configuration management. Key differentiator: purpose-built for Stallion deployment workflow, integrates with Stallion's console and API.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install stallion-cli"],"cli":{"name":"stallion-cli","version":null}},"imports":["import stallion from 'stallion-cli'","import { CLI } from 'stallion-cli'","import { run } from 'stallion-cli'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.stallion.io","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/stallion-cli","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import stallion from 'stallion-cli';\n\nasync function deploy() {\n  const apiKey = process.env.STALLION_API_KEY ?? '';\n  await stallion.login({ apiKey });\n  await stallion.uploadBundle({\n    platform: 'ios',\n    bundlePath: './build/main.jsbundle',\n    appVersion: '1.0.0',\n    channel: 'production'\n  });\n}\n\ndeploy().catch(console.error);","lang":"typescript","description":"Shows how to authenticate and upload a React Native bundle using Stallion CLI programmatically.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}