From 96c408220d64310e9439a6e1a6f90826b1eab049 Mon Sep 17 00:00:00 2001 From: tal66 <77445020+tal66@users.noreply.github.com> Date: Wed, 18 May 2022 00:22:25 +0300 Subject: [PATCH] docs: add `--local` option in `config` --- docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.md b/docs/cli.md index c83db0984f9..81768824df0 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -513,6 +513,7 @@ See [Configuration]({{< relref "configuration" >}}) for all available settings. * `--unset`: Remove the configuration element named by `setting-key`. * `--list`: Show the list of current config variables. +* `--local`: Set/Get settings that are specific to a project (in the local configuration file `poetry.toml`). ## run