Skip to content

Commit

Permalink
Add login to setup-keys docs (#241)
Browse files Browse the repository at this point in the history
There's a confusing interaction w/ users that haven't run `plural login` but are trying to register keys. This should explain.
  • Loading branch information
michaeljguarino authored Oct 17, 2023
1 parent a17bc7c commit bf1da83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ plural crypto setup-keys --name <name-for-key-pair>

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:
Expand Down

0 comments on commit bf1da83

Please sign in to comment.