https://github.com/stallion-tech/stallion-cli
Official CLI for stallion deployments
https://github.com/stallion-tech/stallion-cli
android ios react-native stallion
Last synced: about 14 hours ago
JSON representation
Official CLI for stallion deployments
- Host: GitHub
- URL: https://github.com/stallion-tech/stallion-cli
- Owner: stallion-tech
- Created: 2023-06-11T07:14:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-07-01T19:44:48.000Z (5 days ago)
- Last Synced: 2026-07-01T21:23:28.510Z (5 days ago)
- Topics: android, ios, react-native, stallion
- Language: TypeScript
- Homepage: https://stalliontech.io
- Size: 471 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.MD
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
#### [Sign up With Stallion](https://console.stalliontech.io/) to start using
# Stallion Command Line Interface (CLI)
[](https://www.npmjs.com/package/stallion-cli) [](https://www.npmjs.com/package/stallion-cli)
Stallion CLI is a unified tool for deploying react-native bundles to stallion servers.
## Prerequisites
The required Node.js version is 14 or higher.
Node.js version 16 is recommended
## Installation
### npm
```
npm install -g stallion-cli
```
### yarn
```
yarn global add stallion-cli
```
## Documentation
Document contains installation steps and usage
https://learn.stalliontech.io/docs/cli/installation
## Contributing
Please see the [contributing](./CONTRIBUTING.md) file
for an introduction to the codebase and what the various moving parts are.
## Open issues
Check out [open issues](https://github.com/stallion-tech/stallion-cli/issues) for a list of known issues, and discussions.
## Code of Conduct
You can find the code of conduct [here](./CODE_OF_CONDUCT.md)