Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[DX] Add completion to Symfony commands #43594

Closed
@GromNaN

Description

@GromNaN

Completion of command arguments and options is coming in Symfony 5.4 (#38275). Command and option names are already autocompleted, but argument and option values needs to be implemented on each command.

As an example, #42251 added completion to secrets:remove.

This feature needs to be implemented on Symfony commands that has predictable values for their arguments and options.

Some guidelines:

PLEASE, comment here BEFORE starting to work on something and WAIT for the confirmation to avoid duplicate work.

All commands have been claimed

Commands that does not require auto-completion:

  • Command about
  • Command assets:install (target) (directory completion)
  • Command cache:clear
  • Command cache:pool:list
  • Command cache:pool:prune
  • Command cache:warmup
  • Command debug:dotenv
  • Command dotenv:dump
  • Command debug:validator (class) @Kocal completion support not yet possible
  • Command lint:container
  • Command messenger:stop-workers
  • Command router:match (path_info)
  • Command secrets:decrypt-to-local
  • Command secrets:encrypt-from-local
  • Command secrets:generate-keys
  • Command secrets:list
  • Command server:log (--host, --format) @StaffNowa [MonologBridge] Add completion for server:log #43892
  • Command ulid:inspect
  • Command uuid:inspect

Metadata

Metadata

Assignees

No one assigned

    Labels

    ConsoleDXDX = Developer eXperience (anything that improves the experience of using Symfony)Help wantedIssues and PRs which are looking for volunteers to complete them.Keep open

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions