Metadata-Version: 2.4
Name: baased-cli
Version: 0.3.0
Summary: App-author CLI for baased — package, push, and (in dev) mint publisher api_keys.
Project-URL: Homepage, https://github.com/teicorian/baased
Project-URL: Source, https://github.com/teicorian/baased/tree/main/packages/baased-cli
Author-email: teicorian <dev@teicor.com>
License: Apache-2.0
Keywords: baased,cli,low-code
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: argon2-cffi>=23.1
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.9
Requires-Dist: pyseto>=1.7
Requires-Dist: pyyaml>=6.0
Requires-Dist: sqlglot>=25.0
Provides-Extra: workspace
Requires-Dist: baased; extra == 'workspace'
Description-Content-Type: text/markdown

# baased-cli

The app-author CLI for the [baased](https://github.com/teicorian/baased) platform.

```bash
brew tap teicorian/baased
brew install baased
```

Or via pip / uv:

```bash
pip install baased-cli
# or
uv tool install baased-cli
```

## Usage

```bash
# Authenticate with a publisher API key (mint via the SPA's
# Settings → API Keys page, scope = app:publish + method:call).
export BAASED_GATEWAY_URL=https://baased.io
export BAASED_API_KEY=v4.local.…

baased app push ./apps/my-app
```

See `baased --help` for the full command reference.
