Every package listed here is installable via the Aurora ShellDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Seaus-tech/Aurora-Shell/llms.txt
Use this file to discover all available pages before exploring further.
CLI command. The catalog is sourced directly from cli-packages.json and is always fetched fresh from GitHub at install time, so versions and entries reflect the latest state of the repository.
Install any package using its full ID or any listed alias:
Cloud & Infrastructure
Amazon Web Services CLI. Manage S3, EC2, Lambda, IAM, and every other AWS service from the command line.
- Version: 2.x
- Source: brew
- Install command:
brew install awscli
Microsoft Azure CLI. Create, manage, and monitor Azure resources and services.
- Version: 2.x
- Source: brew
- Install command:
brew install azure-cli
Google Cloud CLI. Manage GCP resources including Compute Engine, GKE, Cloud Run, and BigQuery.
- Version: latest
- Source: brew
- Install command:
brew install google-cloud-sdk
HashiCorp Terraform. Infrastructure-as-code tool for provisioning and managing cloud resources declaratively.
- Version: 1.x
- Source: brew
- Install command:
brew install terraform
Pulumi infrastructure-as-code CLI. Define cloud infrastructure using general-purpose programming languages.
- Version: 3.231.0
- Source: brew
- Install command:
brew install pulumi
Red Hat Ansible automation CLI. Automate configuration management, application deployment, and task orchestration.
- Version: 13.5.0
- Source: brew
- Install command:
brew install ansible
DigitalOcean CLI (
doctl). Manage Droplets, Kubernetes clusters, databases, and other DigitalOcean resources.- Version: 1.155.0
- Source: brew
- Install command:
brew install doctl
Containers & Orchestration
Docker container CLI. Build, run, and manage container images and Docker Compose stacks.
- Version: 29.4.1
- Source: brew
- Install command:
brew install docker
Kubernetes CLI (
kubectl). Manage Kubernetes clusters, pods, deployments, services, and more.- Version: 1.35.4
- Source: brew
- Install command:
brew install kubectl
Helm — the Kubernetes package manager. Install, upgrade, and manage Helm chart releases.
- Version: 4.1.4
- Source: brew
- Install command:
brew install helm
Databases
MongoDB Shell (
mongosh). Connect to and query MongoDB databases with a modern JavaScript shell.- Version: 2.8.2
- Source: brew
- Install command:
brew install mongosh
PostgreSQL CLI (
psql). Interactive terminal for running SQL queries and managing PostgreSQL databases.- Version: 18.3
- Source: brew
- Install command:
brew install postgresql
MySQL CLI. Connect to MySQL and MariaDB databases, run queries, and manage schemas.
- Version: 9.6.0
- Source: brew
- Install command:
brew install mysql
Redis CLI (
redis-cli). Interact with Redis key-value stores, inspect data, and run commands.- Version: 8.6.2
- Source: brew
- Install command:
brew install redis
Supabase CLI. Manage Supabase projects, run local development environments, and handle migrations.
- Version: latest
- Source: brew
- Install command:
brew install supabase/tap/supabase
Deployment Platforms
Vercel deployment CLI. Deploy projects, manage environment variables, and inspect deployments on Vercel.
- Version: latest
- Source: npm
- Install command:
npm install -g vercel
Netlify deployment CLI. Deploy sites, manage functions, and handle Netlify configuration locally.
- Version: latest
- Source: npm
- Install command:
npm install -g netlify-cli
Heroku platform CLI. Create apps, manage dynos, run one-off commands, and stream logs on Heroku.
- Version: latest
- Source: brew
- Install command:
brew tap heroku/brew && brew install heroku
Railway deployment CLI. Deploy and manage Railway projects, services, and environment variables.
- Version: latest
- Source: npm
- Install command:
npm install -g @railway/cli
Fly.io deployment CLI (
flyctl). Deploy and manage applications on the Fly.io global platform.- Version: 0.4.38
- Source: brew
- Install command:
brew install flyctl
Source Control & Collaboration
GitHub CLI. Create pull requests, manage issues, browse repositories, and run Actions workflows from the terminal.
- Version: 2.90.0
- Source: brew
- Install command:
brew install gh
GitLab CLI (
glab). Interact with GitLab merge requests, CI/CD pipelines, issues, and repositories.- Version: 1.92.1
- Source: brew
- Install command:
brew install glab
Jira CLI. Search, create, and update Jira issues and sprints from the command line.
- Version: latest
- Source: brew
- Install command:
brew install ankitpokhrel/jira-cli/jira-cli
AI & Automation
OpenAI API CLI. Call and test the OpenAI API (GPT models, DALL·E, Whisper, etc.) from the terminal.
- Version: latest
- Source: pip
- Install command:
pip3 install openai
Anthropic Claude CLI. Access Claude models via the Anthropic Python SDK from the command line.
- Version: latest
- Source: pip
- Install command:
pip3 install anthropic
Kiro — AI-assisted development CLI by AWS. Integrates AI-powered code suggestions and task automation into your terminal workflow.
- Version: latest
- Source: kiro.dev
- Install command:
curl -fsSL https://cli.kiro.dev/install | bash
Seaus Calculator — a natural-language, fraction-aware calculator for the terminal.
- Version: latest
- Source: pipx
- Install command:
pipx install seaus-calc
Communication & Payments
Slack workspace CLI. Automate Slack messages, manage channels, and interact with Slack’s API.
- Version: latest
- Source: npm
- Install command:
npm install -g @slack/cli
Twilio communications CLI. Send SMS, make calls, and manage Twilio resources from the terminal.
- Version: latest
- Source: brew
- Install command:
brew tap twilio/brew && brew install twilio
Stripe payment CLI. Forward webhooks locally, trigger test events, and manage Stripe resources.
- Version: latest
- Source: brew
- Install command:
brew install stripe/stripe-cli/stripe
Microsoft Teams CLI. Interact with Teams workspaces and channels programmatically.
- Version: 1.0.0
- Source: aurora (custom install script)
- Install command: Locates a local
teams-clidirectory, setsstrict-ssl false, makessrc/index.jsexecutable, runsnpm install, and registers the command globally vianpm link.
Web & Cloud Services
Firebase CLI. Deploy Hosting sites, manage Cloud Functions, and interact with Firebase projects.
- Version: latest
- Source: npm
- Install command:
npm install -g firebase-tools
Cloudflare Wrangler CLI. Develop, test, and deploy Cloudflare Workers and Pages projects.
- Version: latest
- Source: npm
- Install command:
npm install -g wrangler
Shopify CLI. Scaffold, develop, and deploy Shopify themes and apps.
- Version: latest
- Source: brew
- Install command:
brew tap shopify/shopify && brew install shopify-cli
Editors & Mobile
Visual Studio Code. Install the
code CLI for opening files and directories in VS Code from the terminal.- Version: latest
- Source: brew
- Install command:
brew install --cask visual-studio-code
Neovim (
nvim). A hyperextensible Vim-based text editor built for modern terminal workflows.- Version: 0.12.1
- Source: brew
- Install command:
brew install neovim
Flutter framework CLI. Build, test, and deploy cross-platform mobile, web, and desktop apps from the terminal.
- Version: 3.41.7
- Source: brew
- Install command:
brew install flutter
Fastlane mobile deployment CLI. Automate iOS and Android build, test, and release pipelines.
- Version: 2.233.0
- Source: brew
- Install command:
brew install fastlane
The catalog is fetched fresh from GitHub on each
CLI install or CLI list invocation. To see the current live catalog in your terminal, run: