flexprice-cli 0.1.1

A beautiful terminal CLI for the FlexPrice billing platform
1
2
3
4
5
6
7
8
9
10
pub mod auth;
pub mod customers;
pub mod plans;
pub mod subscriptions;
pub mod invoices;
pub mod meters;
pub mod events;
pub mod wallets;
pub mod features;
pub mod entitlements;