# Config

By
In 
Published 2025-09-17

Configuration management for EnderCliTools. This command allows you to manage settings and preferences for the various tools.

# Usage

The config command can be executed in two ways:

# Full command
enderclitools config <COMMAND>

# Short alias
ect config <COMMAND>

# Subcommands

The config command has the following subcommands:

  • set - Set configuration values
  • get - Get configuration values
  • reset - Reset configuration to defaults
  • help - Print help message or help for specific subcommand

# Examples

# Get help for the config command
PS C:\Users\endki> ect config --help

# Get help for a specific subcommand
PS C:\Users\endki> ect config set --help
PS C:\Users\endki> ect config get --help
PS C:\Users\endki> ect config reset --help

# Configuration Structure

EnderCliTools stores its configuration in a structured format that allows you to customize the behavior of various tools like dps, dcps, and others. Each tool can have its own specific settings while sharing common configuration options.

See the individual subcommand documentation for detailed usage examples and available configuration options.