Skip to content

Commit

Permalink
fix: update dev-cli readme generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent 795852d commit 42a77bc
Show file tree
Hide file tree
Showing 57 changed files with 4,128 additions and 2,951 deletions.
2 changes: 1 addition & 1 deletion docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALIASES
$ heroku twofactor
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand Down
4 changes: 2 additions & 2 deletions docs/certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand Down Expand Up @@ -72,7 +72,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXAMPLE
$ heroku plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.5.2/src/commands/plugins.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.5.2/src/commands/plugins/index.ts)_

## `heroku plugins:install PLUGIN...`

Expand Down
6 changes: 3 additions & 3 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EXAMPLE
$ heroku webhooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/index.js)_

## `heroku webhooks:add`

Expand Down Expand Up @@ -68,7 +68,7 @@ EXAMPLE
$ heroku webhooks:deliveries
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries/index.js)_

## `heroku webhooks:deliveries:info [ID]`

Expand Down Expand Up @@ -102,7 +102,7 @@ EXAMPLE
$ heroku webhooks:events
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events/index.js)_

## `heroku webhooks:events:info [ID]`

Expand Down
Loading

0 comments on commit 42a77bc

Please sign in to comment.