Tier CLI v0.5.2
Nov 23, 2022
2 min read
We just released v0.5.2, with some exciting new enhancements and features.
- Switch preallocations: The
tier switch -ccommand now preallocates switch accounts which means after the first switch account is created, subsequent uses oftier switch -cshould be noticeably faster, like, complete in 10us fast! This is because it can now avoid waiting on slow API calls to Stripe.

- Plan immutability: Plans are now 100% immutable, as was originally planned. To upgrade all existing Tier plans to be 100% immutable, please run
tier pull | tier push- 2 times; The second should produce output saying[plan already exists], which is your confirmation the migration was successful. - Deep links: Push now outputs deep links to the corresponding prices in Stripe.
- Clean command: We added the
tier clean -switchaccountscommand. As you might guess, it cleans up accounts in Test Mode that were created by the switch command. The full command takes a duration of time for specifying the maximum age to use when considering an account for removal. Please seetier clean -hfor more information.
Please head over to Releases to check out more changes and install options. As always, brew upgrade tierrun/tap/tier works too!