Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(platform): add payment cli for streaming payments w/ ApePay (#129)
* refactor(cluster): add stream_id to cluster record * refactor(client): add streaming payment methods to platform client * style(client): make mypy happy * refactor(cli): add some helpful methods * feat(cluster): add commands to pay for, add funds to, and cancel streams * feat(cli): add note on how long it takes to deploy, and how to check * fix(cli): bad variable reference * feat(cli): add more helpful notes to CLI for payments * chore(deps): ApePay didn't officially support Py 3.10 * docs(platform): add docs guide for payments * fix(typing): switch order of computed_field and property * fix(client): revert change ordering of property/computed_filed * docs(cli): add better note to CLI for cluster pay funding * fix: black and isort --------- Co-authored-by: johnson2427 <37009091+johnson2427@users.noreply.github.com> Co-authored-by: johnson2427 <blakeejohnson39@gmail.com>
- Loading branch information