mozilla-services / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
9 stars 0 forks source link

support pulling CRASHSTATS_API_TOKEN from .env file #154

Closed willkg closed 1 week ago

willkg commented 1 week ago

Currently, many crashstats-tools commands require you to specify the CRASHSTATS_API_TOKEN as an environment variable. It'd be nice if it supported pulling that from a .env file as well.