Examples (6)
List current configuration
poetry config --listRemove the a previously set setting
poetry config config_key --unsetSee the value of a specific setting
poetry config config_keyChange or add a new configuration setting by passing a value after the setting's name
poetry config config_key config_valueMigrate outdated configuration settings
poetry config --migrateSet/Get settings that are specific to a project
poetry config --localmade by @shridhargupta | data from tldr-pages