Metadata-Version: 2.4
Name: fluxup
Version: 0.1.0
Summary: GreenPipe Flux bootstrap installer
Project-URL: Homepage, https://greenpipe.partners/install
Project-URL: Repository, https://github.com/GreenPipePartners/Fluxup
Author: GreenPipe Partners
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Installation/Setup
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# fluxup

`fluxup` is the small public bootstrap CLI for installing Flux from signed GreenPipe release artifacts.

```bash
uvx fluxup init
```

The package does not contain the Flux platform runtime. It downloads the selected Flux release artifact from GreenPipe, verifies checksum/signature metadata, unpacks it, and runs the native installer on the target host.

## Commands

```bash
fluxup init
fluxup init --version 0.1.0
fluxup init --manifest-url https://greenpipe.partners/api/flux/deployments/dep_123/manifest --claim-token TOKEN
fluxup plan
fluxup doctor
```

Use `--dry-run` to verify the deployment flow without mutating system paths:

```bash
fluxup init --dry-run --skip-signature
```

`--skip-signature` should be limited to preview/testing installs.
