DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
219 stars 44 forks source link

Add support for auto-completing command args #233

Closed Piccirello closed 3 years ago

Piccirello commented 3 years ago

Closes ENG-434, closes ENG-2578

To test:

  1. Build branch or download precompiled binary
  2. Install latest shell completions with ./doppler completion install (this step will be performed automatically when users run doppler update)
  3. Open a new shell
  4. Try it out: type doppler secrets get and hit [tab][tab]
nmanoogian commented 3 years ago

I'm getting an error on zsh from a local build:

./doppler completion install
Doppler Error: Your shell is not supported
Piccirello commented 3 years ago

I'm getting an error on zsh from a local build:

Can you build the current master branch and see if you also get that error? I'm wondering if that's new or pre-existing.

nmanoogian commented 3 years ago

Can you build the current master branch and see if you also get that error? I'm wondering if that's new or pre-existing.

Ah, it looks like it's doing it on master too.