Skip to content

Add airstack CLI tool for developer convenience #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

andrewjong
Copy link
Member

This PR adds a new airstack CLI tool to simplify common development tasks.

Features:

  • Installation: ./airstack install installs Docker Engine, Docker Compose, etc.
  • Setup: ./airstack setup configures private keys and adds the tool to shell profile
  • Container Management: ./airstack launch, ./airstack connect, etc. for managing Docker containers
  • Smart Container Matching: Partial name matching for containers with interactive selection when multiple matches are found
  • Extensible Architecture: Modular design allows easy addition of new commands

Implementation Details:

  • Written in Bash for maximum compatibility
  • Includes comprehensive help system
  • Supports multiple operating systems
  • Provides detailed documentation in .airstack/README.md

@andrewjong andrewjong changed the base branch from main to develop April 4, 2025 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants