commands.sh

poetry config

all

Edit poetry config settings and repositories.

More info →

Examples (6)

List current configuration

Remove the a previously set setting

poetry config config_key --unset

See the value of a specific setting

poetry config config_key

Change or add a new configuration setting by passing a value after the setting's name

poetry config config_key config_value

Migrate outdated configuration settings

poetry config --migrate

Set/Get settings that are specific to a project

made by @shridhargupta | data from tldr-pages