Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Sep 4, 2024
1 parent 7e3ae25 commit 65b0948
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ npm install -g @heroku-cli/plugin-addons-admin
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-addons-admin/2.3.0 darwin-x64 node-v16.20.2
@heroku-cli/plugin-addons-admin/2.3.1 darwin-x64 node-v16.20.2
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -57,7 +57,7 @@ USAGE
$ heroku addons:admin:manifest:diff
```

_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/diff.ts)_
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifest/diff.ts)_

## `heroku addons:admin:manifest:generate`

Expand All @@ -76,7 +76,7 @@ EXAMPLE
The file has been saved!
```

_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/generate.ts)_
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifest/generate.ts)_

## `heroku addons:admin:manifest:pull [SLUG]`

Expand All @@ -91,12 +91,12 @@ ARGUMENTS
EXAMPLE
$ heroku addons:admin:manifest:pull testing-123
...
Fetching add-on manifest for testing-123... done
Updating addon-manifest.json... done
...
Fetching add-on manifest for testing-123... done
Updating addon-manifest.json... done
```

_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/pull.ts)_
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifest/pull.ts)_

## `heroku addons:admin:manifest:push`

Expand All @@ -108,12 +108,12 @@ USAGE
EXAMPLE
$ heroku addons:admin:manifest:push
...
Pushing manifest... done
Updating addon-manifest.json... done
...
Pushing manifest... done
Updating addon-manifest.json... done
```

_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/push.ts)_
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifest/push.ts)_

## `heroku addons:admin:manifests [SLUG]`

Expand All @@ -124,7 +124,7 @@ USAGE
$ heroku addons:admin:manifests [SLUG]
```

_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifests.ts)_
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifests.ts)_

## `heroku addons:admin:manifests:info [SLUG]`

Expand All @@ -138,7 +138,7 @@ OPTIONS
-m, --manifest=manifest (required) manifest history id
```

_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifests/info.ts)_
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/manifests/info.ts)_

## `heroku addons:admin:open [SLUG]`

Expand All @@ -157,5 +157,5 @@ EXAMPLE
Opening https://addons-next.heroku.com/addons/testing-123... done
```

_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/open.ts)_
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.1/src/commands/addons/admin/open.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-admin",
"description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
"version": "2.3.0",
"version": "2.3.1",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
"dependencies": {
Expand Down

0 comments on commit 65b0948

Please sign in to comment.