generated from coulomb/repo-seed
Implement Stripe publication layer and close WP-0007
This commit is contained in:
@@ -60,4 +60,17 @@ python3 -m observatory.importers.openrouter --input data/imports/openrouter-expo
|
||||
```
|
||||
|
||||
Sample exports live under `data/imports/`. Live API sync can replace these
|
||||
file-based importers in a follow-on workplan.
|
||||
file-based importers in a follow-on workplan.
|
||||
|
||||
### Stripe Publication (shadow state)
|
||||
|
||||
```bash
|
||||
cd projects/coulomb-pricing
|
||||
python3 -m observatory.publish --model-id flat-899-eur-monthly
|
||||
python3 -m observatory.publish --model-id flat-899-eur-monthly --apply
|
||||
python3 -m observatory.publish --rollback stripe-rev-0001
|
||||
```
|
||||
|
||||
These commands preview, apply, and roll back the local Stripe shadow state used
|
||||
by the provider-publication MVP. The live Stripe API is still outside this
|
||||
milestone.
|
||||
|
||||
Reference in New Issue
Block a user