Skip to content

Commit fa1282d

Browse files
committed
Use this.heroku.getAuth() for devcenter pull/push/open, factor shared article-resolve for pull and open, remove netrc-parser and netrc test helpers, and add a bin/run → run.js symlink for local invocations
1 parent 44e0584 commit fa1282d

14 files changed

Lines changed: 1666 additions & 570 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ USAGE
3535

3636
## `heroku devcenter:open SLUG`
3737

38-
open a published Dev Center article in your browser
38+
open a Dev Center article in the browser (uses Heroku credentials for private or draft content when available)
3939

4040
```
4141
USAGE
@@ -48,7 +48,7 @@ GLOBAL FLAGS
4848
--prompt interactively prompt for command arguments and flags
4949
5050
DESCRIPTION
51-
open a published Dev Center article in your browser
51+
open a Dev Center article in the browser (uses Heroku credentials for private or draft content when available)
5252
```
5353

5454
_See code: [src/commands/devcenter/open.ts](https://github.com/heroku/devcenter-cli/blob/v1.3.1/src/commands/devcenter/open.ts)_

bin/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
run.js

0 commit comments

Comments
 (0)