When debugging an early user's CLI it took some digging before I realized that PL_API_KEY was set and being used, since it didn't show up in planet auth value. It'd be good to give the user some indication what key will actually be used, over the one reported in value. My suggested route would be for planet auth value to say something like 'API Key set in PL_API_KEY environment variable:` and show that API key instead of the one they logged in with. But open to other ways to solve this.