You can find the Tier CLI v0.6 here.
The v0.6 release introduces a way to manage customer data stored in stripe for any Tier managed org.
To set the email, description, name, phone, or user-defined metadata, for an org, set the new info
field for /v1/subscribe
request. In addition to this change, a minimum of one phase for a /v1/subscribe
request is no longer required.
The new fields are:
- description
- name
- phone
- metadata
Additionally, the /v1/whois
endpoint will now report up-to-date attributes if the query parameter include=info
is present.
Both the Go and Node SDKs have been updated.
Please head over to https://tier.run/releases to check out more changes and install options. As always, brew upgrade tierrun/tap/tier
works too!
If you haven't used Tier yet, these resources are a good place to get started:
- Hello World! example - Step by step guide to adding Tier to your new or existing codebase
- Quick Start Guide - Step by step to getting up and running with Tier.
- Recipes - Example common pricing models and their corresponding Tier
pricing.json
representations.- CLI Reference - Documentation for the Tier command line tool.
Top comments (0)