SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

Better validation for cli args #320

Open lboeman opened 3 years ago

lboeman commented 3 years ago

e.g. Auth0 ids include pipe characters, that when provided without single quotes will get parsed into 'auth0' on the command line. We should check for this and provide helpful feedback.