Skip to content

Commit e747033

Browse files
committed
doc: mention interactive credential configuration
1 parent 54d52e4 commit e747033

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/repositories.md

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Depending on your system configuration, credentials might be saved in your comma
4747
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.
4848
{{% /warning %}}
4949

50+
{{% note %}}
51+
If you would like to provide the password interactively, you can simply omit `<password>` in your command. And
52+
Poetry will prompt you to enter the credential manually.
53+
54+
```bash
55+
poetry config http-basic.foo <username>
56+
```
57+
{{% /note %}}
58+
5059
Once this is done, you can add dependencies to your project from this source.
5160

5261
```bash

0 commit comments

Comments
 (0)