You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
*[What is rdme?](#about-rdme)
9
9
*[Configuration](#installation)
10
10
*[Installation](#installation)
11
-
*[Login](#logging-in-to-a-readme-project)
11
+
*[Authentication](#authentication)
12
12
*[Usage](#usage)
13
13
*[Common options](#common-rdme-options)
14
14
*[Swagger / OpenAPI](#swagger-/-openapi)
@@ -33,6 +33,8 @@ If you authenticate `rdme` to your ReadMe project, we will save your API key to
33
33
rdme login
34
34
```
35
35
36
+
`rdme whoami` is also available to you to determine who you are logged in as, and to what project, as well as `rdme logout` for logging out of that account.
37
+
36
38
## Usage
37
39
If you wish to get more information about any command within `rdme`, you can execute `rdme help <command>` or `rdme <command> --help`. You an also execute `rdme help` to see a global list of commands that `rdme` offers.
0 commit comments