rooctl
v1.0.1
Published
Official CLI for FounderX-AI Orchestration System - Execute templates, manage artifacts, and monitor workflows from the command line
Downloads
23
Maintainers
Readme
rooctl - FounderX-AI Orchestration CLI (npm wrapper)
Official command-line interface for the FounderX-AI Orchestration System.
This is an npm wrapper for the Python CLI. Installing this package will automatically install the Python rooctl package via pip.
Installation
npm install -g rooctlRequirements:
- Node.js 14+
- Python 3.9+
- pip
Usage
After installation, you can use rooctl directly from your terminal:
# Login
rooctl login admin Admin123! --base-url https://api.founder-x.ai
# Check status
rooctl status
# Execute template
rooctl run my-template --param input=data.csv
# List artifacts
rooctl artifacts list
# Get help
rooctl --helpWhat This Package Does
- Checks for Python and pip during installation
- Automatically installs the
rooctlPython package from PyPI - Provides a wrapper script that delegates to the Python CLI
- Cleans up the Python package when uninstalled
Alternative Installation Methods
Direct Python Installation
pip install rooctlUsing pipx (recommended for Python)
pipx install rooctlUsing Homebrew (macOS/Linux)
brew install rooctlDocumentation
- CLI Documentation: https://docs.founder-x.ai/cli
- Python SDK: https://docs.founder-x.ai/sdk/python
- TypeScript SDK: https://docs.founder-x.ai/sdk/typescript
Support
- Issues: https://github.com/founderx-ai/RooCommands/issues
- Email: [email protected]
License
MIT License - see LICENSE for details.
