Orb is a versatile command-line interface (CLI) tool designed to streamline interactions with Orbitron, offering a range of commands for deployment, execution, and initialization of orbits.
- Deploy Orbits: Easily deploy your orbits using the
deploy
command(coming soon). - Run Orbits: Execute an existing orbit with the
run
command. - Initialize New Orbits: Set up new orbits quickly using the
init
command. - Help & Support: Access detailed help options with the
help
command.
Run the installation command
curl -L https://raw.githubusercontent.com/orbitron-labs/orb/main/install.sh | bash
orb run avail light
- Ensure you have Rust installed on your machine.
- Clone the repository:
git clone https://github.com/orbitron-labs/orb.git
- Build the project:
cd orb cargo build --release
To use orb, navigate to the target directory and use the following commands:
- Help:
./target/release/orb -h
- Deploy an Orbit:
./target/release/orb deploy
- Run an Orbit:
./target/release/orb run
- Initialize a New Orbit:
./target/release/orb init
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request