diff --git a/README.md b/README.md index 80d57b3..5801efa 100644 --- a/README.md +++ b/README.md @@ -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.1 darwin-x64 node-v16.20.2 +@heroku-cli/plugin-addons-admin/2.3.2 darwin-x64 node-v16.20.2 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -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.1/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.2/src/commands/addons/admin/manifest/diff.ts)_ ## `heroku addons:admin:manifest:generate` @@ -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.1/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.2/src/commands/addons/admin/manifest/generate.ts)_ ## `heroku addons:admin:manifest:pull [SLUG]` @@ -96,7 +96,7 @@ EXAMPLE 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.1/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.2/src/commands/addons/admin/manifest/pull.ts)_ ## `heroku addons:admin:manifest:push` @@ -113,7 +113,7 @@ EXAMPLE 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.1/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.2/src/commands/addons/admin/manifest/push.ts)_ ## `heroku addons:admin:manifests [SLUG]` @@ -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.1/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.2/src/commands/addons/admin/manifests.ts)_ ## `heroku addons:admin:manifests:info [SLUG]` @@ -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.1/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.2/src/commands/addons/admin/manifests/info.ts)_ ## `heroku addons:admin:open [SLUG]` @@ -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.1/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.2/src/commands/addons/admin/open.ts)_ diff --git a/package.json b/package.json index 4c8602c..93eab60 100644 --- a/package.json +++ b/package.json @@ -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.1", + "version": "2.3.2", "author": "Heroku", "bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues", "dependencies": {