Skip to content

Commit

Permalink
v7.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored Sep 15, 2020
1 parent 689f055 commit d130ded
Show file tree
Hide file tree
Showing 77 changed files with 389 additions and 210 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15)

**Note:** Version bump only for package heroku





## [7.42.13](https://github.com/heroku/cli/compare/v7.42.12...v7.42.13) (2020-08-27)

**Note:** Version bump only for package heroku
Expand Down
14 changes: 7 additions & 7 deletions 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.42.8/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```

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

## `heroku auth:2fa:generate-recovery-codes`

Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLES
f82e7c2a50737494
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

Expand All @@ -101,7 +101,7 @@ ALIASES
$ heroku login
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -115,7 +115,7 @@ ALIASES
$ heroku logout
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -133,7 +133,7 @@ DESCRIPTION
authorizations:create
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -147,4 +147,4 @@ ALIASES
$ heroku whoami
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/auth/whoami.ts)_
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.42.8/packages/autocomplete/src/commands/autocomplete/index.ts)_
_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.43.0/packages/autocomplete/src/commands/autocomplete/index.ts)_
16 changes: 8 additions & 8 deletions docs/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

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

## `heroku buildpacks:add BUILDPACK`

Expand All @@ -44,7 +44,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/add.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/add.ts)_

## `heroku buildpacks:clear`

Expand All @@ -59,7 +59,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/clear.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_

## `heroku buildpacks:info BUILDPACK`

Expand All @@ -73,7 +73,7 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/info.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/info.ts)_

## `heroku buildpacks:remove [BUILDPACK]`

Expand All @@ -92,7 +92,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/remove.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_

## `heroku buildpacks:search [TERM]`

Expand All @@ -111,7 +111,7 @@ OPTIONS
--namespace=namespace buildpack namespaces to filter on using a comma separated list
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/search.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/search.ts)_

## `heroku buildpacks:set BUILDPACK`

Expand All @@ -128,7 +128,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/set.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/set.ts)_

## `heroku buildpacks:versions BUILDPACK`

Expand All @@ -142,4 +142,4 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.8/packages/buildpacks/src/commands/buildpacks/versions.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

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

## `heroku ci:config`

Expand Down Expand Up @@ -163,7 +163,7 @@ EXAMPLE
$ heroku ci:info 1288 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.8/packages/ci/src/commands/ci/info.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.43.0/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -182,7 +182,7 @@ EXAMPLE
$ heroku ci:last --pipeline=my-pipeline --node 100
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.8/packages/ci/src/commands/ci/last.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.43.0/packages/ci/src/commands/ci/last.ts)_

## `heroku ci:migrate-manifest`

Expand Down Expand Up @@ -239,7 +239,7 @@ EXAMPLE
$ heroku ci:rerun 985 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.8/packages/ci/src/commands/ci/rerun.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.43.0/packages/ci/src/commands/ci/rerun.ts)_

## `heroku ci:run`

Expand All @@ -257,4 +257,4 @@ EXAMPLE
$ heroku ci:run --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.8/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.43.0/packages/ci/src/commands/ci/run.ts)_
8 changes: 4 additions & 4 deletions 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.42.8/packages/config/src/commands/config/index.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -56,7 +56,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

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

## `heroku config:get KEY...`

Expand All @@ -76,7 +76,7 @@ EXAMPLES
production
```

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

## `heroku config:set`

Expand Down Expand Up @@ -123,4 +123,4 @@ EXAMPLES
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.42.8/packages/config/src/commands/config/unset.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/unset.ts)_
12 changes: 6 additions & 6 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/index.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -64,7 +64,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/add.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -83,7 +83,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/clear.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -102,7 +102,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/info.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -121,7 +121,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/remove.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/remove.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -137,4 +137,4 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.8/src/commands/domains/wait.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/wait.ts)_
4 changes: 2 additions & 2 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
...
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.42.8/packages/git/src/commands/git/clone.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.43.0/packages/git/src/commands/git/clone.ts)_

## `heroku git:remote`

Expand All @@ -55,4 +55,4 @@ EXAMPLES
$ heroku git:remote --remote heroku-staging -a example
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.42.8/packages/git/src/commands/git/remote.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.43.0/packages/git/src/commands/git/remote.ts)_
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OPTIONS
--confirm=confirm
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.42.8/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.43.0/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

Expand Down
6 changes: 3 additions & 3 deletions docs/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku local web=1,worker=2
```

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

## `heroku local:run`

Expand All @@ -51,7 +51,7 @@ EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.42.8/src/commands/local/run.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/run.ts)_

## `heroku local:version`

Expand All @@ -62,4 +62,4 @@ USAGE
$ heroku local:version
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.42.8/src/commands/local/version.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/version.ts)_
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.9/src/commands/logs.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.43.0/src/commands/logs.ts)_
Loading

0 comments on commit d130ded

Please sign in to comment.