Skip to content

Commit 0d21418

Browse files
committed
chore(auth): update readme for auth commands
1 parent c4a0524 commit 0d21418

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,42 @@ USAGE
8181
<!-- usagestop -->
8282
## Commands
8383
<!-- commands -->
84+
* [`hd auth login`](#hd-auth-login)
85+
* [`hd auth logout`](#hd-auth-logout)
8486
* [`hd help [COMMAND]`](#hd-help-command)
8587
* [`hd report committers`](#hd-report-committers)
8688
* [`hd scan eol`](#hd-scan-eol)
8789
* [`hd tracker init`](#hd-tracker-init)
8890
* [`hd tracker run`](#hd-tracker-run)
8991
* [`hd update [CHANNEL]`](#hd-update-channel)
90-
* **NOTE:** Only applies to [binary installation method](#binary-installation). NPM users should use [`npm install`](#global-npm-installation) to update to the latest version.
92+
93+
## `hd auth login`
94+
95+
OAuth CLI login
96+
97+
```
98+
USAGE
99+
$ hd auth login
100+
101+
DESCRIPTION
102+
OAuth CLI login
103+
```
104+
105+
_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/auth/login.ts)_
106+
107+
## `hd auth logout`
108+
109+
Logs out of HeroDevs OAuth and clears stored tokens
110+
111+
```
112+
USAGE
113+
$ hd auth logout
114+
115+
DESCRIPTION
116+
Logs out of HeroDevs OAuth and clears stored tokens
117+
```
118+
119+
_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/auth/logout.ts)_
91120

92121
## `hd help [COMMAND]`
93122

0 commit comments

Comments
 (0)