conda-config
Verified for current stable LTS
Conda Config Command: Show All Configuration Values
Use for show all configuration values with Conda Config. Exact CLI syntax to show all configuration values using Conda Config.
When to use this: Use for show all configuration values with Conda Config.
Command Syntax
conda config --show conda config --show Command Breakdown
--show- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show all configuration values using Conda Config.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Conda Config Command: Append Value To Configuration Key
conda config --append <key> <value> Conda Config Command: Describe Configuration Option conda config --describe <config_option> Conda Config Command: Prepend Value To Configuration Key conda config --prepend <key> <value> Conda Config Command: Remove Configuration Value conda config --remove <key> <value> Conda Config Command: Set Configuration Value conda config --set <key> <value>