Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Autocomplete GA #215

Open
23 of 27 tasks
RasPhilCo opened this issue Jun 26, 2017 · 2 comments
Open
23 of 27 tasks

Autocomplete GA #215

RasPhilCo opened this issue Jun 26, 2017 · 2 comments

Comments

@RasPhilCo
Copy link
Contributor

RasPhilCo commented Jun 26, 2017

alpha 6/27

  • cmd and flag completion on zsh

alpha 6/30

  • app (long) flag completion on zsh
  • app (short) flag completion on zsh

alpha v1 7/26

  • zsh command descriptions
  • zsh flag descriptions
  • zsh complete APP arg
  • zsh complete --app= flag
  • zsh needsApp or wantsApp becomes app flags
  • zsh setup dynamic args completion
  • zsh setup any (long) flag completion
  • zsh addons completion, args & flag (this will be a test of dynamic completion)
  • autocomplete is own plugin

beta (v2, feature complete) tbd

  • arg/flag value completion via call to CLI
  • contextually be able to create cacheKey & fulfill options
  • finish moving to own plugin and add plugin to CLI
  • logging to autocomplete.log file
  • bring bash as far up to zsh as possible
  • help showing which flags have autocomplete
  • add ac waiting dots to zsh
  • capture cmd in autocomplete analytics
  • plugin dev docs < publish date?
  • more test coverage
  • update heroku-apps & others with flag completion (https://quip.com/hpSkAUViJp5k)

GA End of Oct

further improvements (mostly behind the scenes)

  • stale-cache returning/figure out best way to fork process

icebox

  • CLI agnostic (eg: heroku, sfdx, etc)
@RasPhilCo RasPhilCo changed the title Add bash flag autocomplete Autocomplete GA Jun 27, 2017
@jdx
Copy link
Contributor

jdx commented Jun 29, 2017

UPDATE: Ignore below, these have been moved to above and prioritized

more things:

  • --app=foo completion
  • option dependency (for instance, config vars depend on app name)
  • stale-cache returning
  • eager-caching apps when autocomplete is first setup
  • logging to autocomplete.log file
  • help showing which flags/args have autocomplete?

@garyposter
Copy link

garyposter commented Jul 19, 2017

UPDATE: Ignore below, this have been moved to above and prioritized

Also see heroku/cli#224 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants