Skip to content

Conversation

@mrrobot47
Copy link
Member

This pull request adds new functionality to the configuration command system, expanding the available options for managing configuration values. The main changes introduce the ability to unset and list configuration values via new subcommands, and update the command registration accordingly.

Closes: #3

New configuration command features:

  • Added config unset command to allow users to remove a configuration value by key.
  • Added config list command to display all configuration values, supporting multiple output formats such as table, csv, yaml, json, count, and text.
  • Updated the list of recognized commands in composer.json to include config unset and config list.

@mrrobot47 mrrobot47 merged commit 39ee545 into develop Sep 26, 2025
1 check passed
@mrrobot47 mrrobot47 deleted the update/config branch September 26, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create list() subcommand to list existing config key value pairs

2 participants