kourou icon indicating copy to clipboard operation
kourou copied to clipboard

Kourou v1.0

Open Aschen opened this issue 3 years ago • 0 comments

Kourou v1.0

Here is the list of needed changes before releasing the v1.0

  • [ ] api-key:create : The description flag should be an argument
  • [ ] api-key:search : The filter flag should be named query
  • [ ] app:start-services : Should be renamed in services:start and a flag should be added to specify Docker Compose project name
  • [ ] config:diff : Bug when displaying differences between object values (with the --values flag)
  • [ ] document:search : The aggregations flag should be added (maybe just name it aggs)
  • [ ] *:export : Export commands should all be in the export: namespace (e.g. index:export => export:index)
  • [ ] *:import : Import commands should be deleted and only the global import command should be kept
  • [ ] * : All commands using Kuzzle API should accept the --arg flag to pass arbitrary arguments in the request
  • [ ] instance:* : Instance commands should be removed since they are obsolete with kaaf
  • [ ] redis:list-keys : There is a bug in the command when no matching key is found
  • [ ] kourou sdk:execute : Should be renamed to kourou execute
  • [ ] export:user : A --mappings flag should be added to export mappings (and the former mappings related commands should be removed)
  • [ ] sdk:query : Should be renamed to api and the automatic inference of commands as API action should be removed

Aschen avatar Nov 24 '20 13:11 Aschen