From bf1da832127d8ff7e6cb19b1d9b0b3f5c70859cb Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Tue, 17 Oct 2023 13:15:30 -0400 Subject: [PATCH] Add login to setup-keys docs (#241) There's a confusing interaction w/ users that haven't run `plural login` but are trying to register keys. This should explain. --- .../manage-git-repositories/sharing-git-repositories.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/getting-started/manage-git-repositories/sharing-git-repositories.md b/pages/getting-started/manage-git-repositories/sharing-git-repositories.md index 5bde4ed8..3b2fc4be 100644 --- a/pages/getting-started/manage-git-repositories/sharing-git-repositories.md +++ b/pages/getting-started/manage-git-repositories/sharing-git-repositories.md @@ -19,6 +19,8 @@ plural crypto setup-keys --name This will generate a new keypair and automatically register the public key with the Plural API. You should be able to see it listed [here](https://app.plural.sh/profile/keys) in our web app and the keypair will be stored in `~/.plural/identity`. +If the user has not set up their plural cli yet, they'll need to run `plural login` to set up a local access token for your cli and other config files before running `plural crypto setup-keys`. + ### Share the repository To share a repo, use the following command: