Metadata-Version: 2.5
Name: ballista-cli
Version: 0.2.2
Summary: Ballista.build CLI
Author-email: August Bigelow <dev@atbigelow.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: async-typer>=0.2.1
Requires-Dist: ballista-sdk<0.3,>=0.2.2
Requires-Dist: prettytable
Requires-Dist: typer<0.26,>=0.25
Description-Content-Type: text/markdown

# Ballista.build CLI

CLI for using Ballista.build

## Commands

- `init` - Create an initial ballista.yaml
- `build` - Build the artifacts contained in a ballista.yaml
- `up` - Execute project in local environment
- `down` - Teardown project in local environment
- `run` - Run a command with an Artifact context
- `deploy` - Deploy to an environment
- `list` - List various items from environments

## Configuration

`~/.ballista/defaults.yaml`
