This is the official Homebrew tap for SmartLoop CLI.
SmartLoop is an AI platform that simplifies the creation, deployment, and management of AI applications. The SmartLoop CLI provides a command-line interface to interact with the SmartLoop platform.
To install the SmartLoop CLI using Homebrew:
# Add the SmartLoop tap
brew tap smartloop-ai/smartloop
# Install the SmartLoop CLI
brew install smartloop
To upgrade to the latest version:
brew update
brew upgrade smartloop
After installation, you can use the SmartLoop CLI with the following commands:
# View available commands
smartloop --help
# Log in to your SmartLoop account
smartloop login
# View your projects
smartloop projects list
For more detailed usage instructions, please visit the SmartLoop Documentation.
- macOS or Linux
- Python 3.11 or later (installed automatically via Homebrew)
SmartLoop CLI is distributed under the MIT License.