Skip to main content

Documentation 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.

Every package listed here is installable via the Aurora Shell 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:
CLI install <package-id-or-alias>

Cloud & Infrastructure

Amazon.AWS
aliases: aws
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
CLI install Amazon.AWS
# or
CLI install aws
Microsoft.Azure
aliases: az, azure
Microsoft Azure CLI. Create, manage, and monitor Azure resources and services.
  • Version: 2.x
  • Source: brew
  • Install command: brew install azure-cli
CLI install Microsoft.Azure
# or
CLI install az
Google.Cloud
aliases: gcloud
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
CLI install Google.Cloud
# or
CLI install gcloud
HashiCorp.Terraform
aliases: terraform, tf
HashiCorp Terraform. Infrastructure-as-code tool for provisioning and managing cloud resources declaratively.
  • Version: 1.x
  • Source: brew
  • Install command: brew install terraform
CLI install HashiCorp.Terraform
# or
CLI install tf
Pulumi.CLI
aliases: pulumi
Pulumi infrastructure-as-code CLI. Define cloud infrastructure using general-purpose programming languages.
  • Version: 3.231.0
  • Source: brew
  • Install command: brew install pulumi
CLI install Pulumi.CLI
# or
CLI install pulumi
RedHat.Ansible
aliases: ansible
Red Hat Ansible automation CLI. Automate configuration management, application deployment, and task orchestration.
  • Version: 13.5.0
  • Source: brew
  • Install command: brew install ansible
CLI install RedHat.Ansible
# or
CLI install ansible
DigitalOcean.CLI
aliases: doctl, digitalocean
DigitalOcean CLI (doctl). Manage Droplets, Kubernetes clusters, databases, and other DigitalOcean resources.
  • Version: 1.155.0
  • Source: brew
  • Install command: brew install doctl
CLI install DigitalOcean.CLI
# or
CLI install doctl

Containers & Orchestration

Docker.CLI
aliases: docker
Docker container CLI. Build, run, and manage container images and Docker Compose stacks.
  • Version: 29.4.1
  • Source: brew
  • Install command: brew install docker
CLI install Docker.CLI
# or
CLI install docker
Kubernetes.CLI
aliases: kubectl, k8s
Kubernetes CLI (kubectl). Manage Kubernetes clusters, pods, deployments, services, and more.
  • Version: 1.35.4
  • Source: brew
  • Install command: brew install kubectl
CLI install Kubernetes.CLI
# or
CLI install kubectl
Helm.CLI
aliases: helm
Helm — the Kubernetes package manager. Install, upgrade, and manage Helm chart releases.
  • Version: 4.1.4
  • Source: brew
  • Install command: brew install helm
CLI install Helm.CLI
# or
CLI install helm

Databases

MongoDB.Shell
aliases: mongosh, mongo
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
CLI install MongoDB.Shell
# or
CLI install mongosh
PostgreSQL.CLI
aliases: psql, postgres
PostgreSQL CLI (psql). Interactive terminal for running SQL queries and managing PostgreSQL databases.
  • Version: 18.3
  • Source: brew
  • Install command: brew install postgresql
CLI install PostgreSQL.CLI
# or
CLI install psql
MySQL.CLI
aliases: mysql
MySQL CLI. Connect to MySQL and MariaDB databases, run queries, and manage schemas.
  • Version: 9.6.0
  • Source: brew
  • Install command: brew install mysql
CLI install MySQL.CLI
# or
CLI install mysql
Redis.CLI
aliases: redis
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
CLI install Redis.CLI
# or
CLI install redis
Supabase.CLI
aliases: supabase
Supabase CLI. Manage Supabase projects, run local development environments, and handle migrations.
  • Version: latest
  • Source: brew
  • Install command: brew install supabase/tap/supabase
CLI install Supabase.CLI
# or
CLI install supabase

Deployment Platforms

Vercel.CLI
aliases: vercel, vc
Vercel deployment CLI. Deploy projects, manage environment variables, and inspect deployments on Vercel.
  • Version: latest
  • Source: npm
  • Install command: npm install -g vercel
CLI install Vercel.CLI
# or
CLI install vc
Netlify.CLI
aliases: netlify
Netlify deployment CLI. Deploy sites, manage functions, and handle Netlify configuration locally.
  • Version: latest
  • Source: npm
  • Install command: npm install -g netlify-cli
CLI install Netlify.CLI
# or
CLI install netlify
Heroku.CLI
aliases: heroku
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
CLI install Heroku.CLI
# or
CLI install heroku
Railway.CLI
aliases: railway
Railway deployment CLI. Deploy and manage Railway projects, services, and environment variables.
  • Version: latest
  • Source: npm
  • Install command: npm install -g @railway/cli
CLI install Railway.CLI
# or
CLI install railway
Fly.CLI
aliases: flyctl, fly
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
CLI install Fly.CLI
# or
CLI install flyctl

Source Control & Collaboration

GitHub.CLI
aliases: gh, github
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
CLI install GitHub.CLI
# or
CLI install gh
GitLab.CLI
aliases: glab, gitlab
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
CLI install GitLab.CLI
# or
CLI install glab
Atlassian.Jira
aliases: jira
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
CLI install Atlassian.Jira
# or
CLI install jira

AI & Automation

OpenAI.CLI
aliases: openai
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
CLI install OpenAI.CLI
# or
CLI install openai
Anthropic.CLI
aliases: anthropic, claude
Anthropic Claude CLI. Access Claude models via the Anthropic Python SDK from the command line.
  • Version: latest
  • Source: pip
  • Install command: pip3 install anthropic
CLI install Anthropic.CLI
# or
CLI install claude
AWS.Kiro
aliases: kiro
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
CLI install AWS.Kiro
# or
CLI install kiro
Seaus.Calc
aliases: calc-app, calc
Seaus Calculator — a natural-language, fraction-aware calculator for the terminal.
  • Version: latest
  • Source: pipx
  • Install command: pipx install seaus-calc
CLI install Seaus.Calc
# or
CLI install calc

Communication & Payments

Slack.CLI
aliases: slack
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
CLI install Slack.CLI
# or
CLI install slack
Twilio.CLI
aliases: twilio
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
CLI install Twilio.CLI
# or
CLI install twilio
Stripe.CLI
aliases: stripe
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
CLI install Stripe.CLI
# or
CLI install stripe
Microsoft.Teams
aliases: teams
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-cli directory, sets strict-ssl false, makes src/index.js executable, runs npm install, and registers the command globally via npm link.
CLI install Microsoft.Teams
# or
CLI install teams

Web & Cloud Services

Google.Firebase
aliases: firebase
Firebase CLI. Deploy Hosting sites, manage Cloud Functions, and interact with Firebase projects.
  • Version: latest
  • Source: npm
  • Install command: npm install -g firebase-tools
CLI install Google.Firebase
# or
CLI install firebase
Cloudflare.Wrangler
aliases: wrangler, cf
Cloudflare Wrangler CLI. Develop, test, and deploy Cloudflare Workers and Pages projects.
  • Version: latest
  • Source: npm
  • Install command: npm install -g wrangler
CLI install Cloudflare.Wrangler
# or
CLI install wrangler
Shopify.CLI
aliases: shopify
Shopify CLI. Scaffold, develop, and deploy Shopify themes and apps.
  • Version: latest
  • Source: brew
  • Install command: brew tap shopify/shopify && brew install shopify-cli
CLI install Shopify.CLI
# or
CLI install shopify

Editors & Mobile

VS.Code
aliases: code, vscode
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
CLI install VS.Code
# or
CLI install code
Neovim.CLI
aliases: nvim, neovim
Neovim (nvim). A hyperextensible Vim-based text editor built for modern terminal workflows.
  • Version: 0.12.1
  • Source: brew
  • Install command: brew install neovim
CLI install Neovim.CLI
# or
CLI install nvim
Flutter.CLI
aliases: flutter
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
CLI install Flutter.CLI
# or
CLI install flutter
Fastlane.CLI
aliases: fastlane
Fastlane mobile deployment CLI. Automate iOS and Android build, test, and release pipelines.
  • Version: 2.233.0
  • Source: brew
  • Install command: brew install fastlane
CLI install Fastlane.CLI
# or
CLI 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:
CLI list

Build docs developers (and LLMs) love