WeSearch

I got tired of clicking through the Stripe dashboard, so I built a CLI

·5 min read · 0 reactions · 0 comments · 13 views
#stripe#cli#webdev#go
I got tired of clicking through the Stripe dashboard, so I built a CLI
⚡ TL;DR · AI summary

Eduard Maghakyan created a command-line interface (CLI) tool named gatr to simplify managing Stripe products and prices. The tool allows users to define their Stripe configurations in a YAML file and apply changes with a single command, ensuring idempotency. This development was motivated by frustrations with the existing Stripe dashboard's inefficiencies and lack of version control.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 113916) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Eduard Maghakyan Posted on May 24 I got tired of clicking through the Stripe dashboard, so I built a CLI #showdev #go #stripe #webdev It was a Tuesday night, and I was renaming a price in the Stripe dashboard. A price I had already renamed in our code three weeks earlier. The deployment had gone fine. Customers were unaffected.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)