Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
cmd/tier: add environment section to usage (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Dec 12, 2022
1 parent 6bdd7c5 commit af93b08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmd/tier/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ The flags are:
-live use live Stripe key (default is false)
-v verbose output
-h show this message
Environment variables:
STRIPE_API_KEY
Stripe API key. If not set, the CLI will use
$HOME/.config/tier/config.json if present; otherwise an error will
occur.
`)
)

Expand Down

0 comments on commit af93b08

Please sign in to comment.