strmprivacy / cli

This is the STRM Privacy Command Line Interface, to define and manage your privacy streams, data schemas, event contracts and much more.
https://strmprivacy.io
Apache License 2.0
6 stars 2 forks source link

exposes account info via `strm context account` #94

Closed bvdeenen closed 2 years ago

bvdeenen commented 2 years ago
strm context account -o plain
billing_id: mybillingid
max_input_streams: -1
handle: myhandle
subscription: SELF_HOSTED

or

strm context account -o json-raw  | jq
{
  "billing_id": "anotherone",
  "max_input_streams": 1,
  "handle": "handletest",
  "subscription": "FREE"
}
strmprivacy-io commented 2 years ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: