From b7d2563abc139c859bcc5b044ca1473693b9b4fe Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Thu, 29 Feb 2024 15:59:12 +0100 Subject: [PATCH] doc: mention interactive credential configuration --- docs/repositories.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/repositories.md b/docs/repositories.md index 61de4b32595..b3d4aadbb3a 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -47,6 +47,15 @@ Depending on your system configuration, credentials might be saved in your comma Many shells do not save commands to history when they are prefixed by a space character. For more information, please refer to your shell's documentation. {{% /warning %}} +{{% note %}} +If you would like to provide the password interactively, you can simply omit `` in your command. And +Poetry will prompt you to enter the credential manually. + +```bash +poetry config http-basic.foo +``` +{{% /note %}} + Once this is done, you can add dependencies to your project from this source. ```bash