From e0b4aceac89ba617a954e894ff82ca9229c6f422 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 4 Mar 2024 12:10:39 +0100 Subject: [PATCH] docs/publish: add ref to configuring credentials Resolves: #9109 --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 7a10d62d63f..161ff107c5c 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -594,6 +594,10 @@ Should match a repository name set by the [`config`](#config) command. * `--dry-run`: Perform all actions except upload the package. * `--skip-existing`: Ignore errors from files already existing in the repository. +{{% note %}} +See [Configuring Credentials]({{< relref "repositories/#configuring-credentials" >}}) for more information on how to configure credentials. +{{% /note %}} + ## config The `config` command allows you to edit poetry config settings and repositories.