From 9ed5860a3d5067f84d4b5eaf9347f09e1ca492ea Mon Sep 17 00:00:00 2001 From: Aman Ibrahim Date: Fri, 3 Aug 2018 15:43:42 -0700 Subject: [PATCH] v0.1.5 --- README.md | 43 +++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97c7368..0eec1e3 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ Heroku CLI plugin to help Heroku add-on providers integrate their services with # Usage ```sh-session +$ npm install -g @heroku-cli/plugin-addons-admin $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-addons-admin/0.1.4 darwin-x64 node-v10.3.0 +@heroku-cli/plugin-addons-admin/0.1.5 darwin-x64 node-v10.3.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -29,12 +30,42 @@ USAGE # Commands +* [`heroku addons:admin`](#heroku-addonsadmin) +* [`heroku addons:admin:manifest`](#heroku-addonsadminmanifest) * [`heroku addons:admin:manifest:diff`](#heroku-addonsadminmanifestdiff) * [`heroku addons:admin:manifest:generate`](#heroku-addonsadminmanifestgenerate) * [`heroku addons:admin:manifest:pull [SLUG]`](#heroku-addonsadminmanifestpull-slug) * [`heroku addons:admin:manifest:push`](#heroku-addonsadminmanifestpush) * [`heroku addons:admin:open [SLUG]`](#heroku-addonsadminopen-slug) +## `heroku addons:admin` + +create and manage add-ons + +``` +USAGE + $ heroku addons:admin + +OPTIONS + -h, --help show CLI help +``` + +_See code: [src/commands/addons/admin.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin.ts)_ + +## `heroku addons:admin:manifest` + +manage add-on manifests + +``` +USAGE + $ heroku addons:admin:manifest + +OPTIONS + -h, --help show CLI help +``` + +_See code: [src/commands/addons/admin/manifest.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest.ts)_ + ## `heroku addons:admin:manifest:diff` compares remote manifest to local manifest and finds differences @@ -44,7 +75,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/v0.1.4/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/v0.1.5/src/commands/addons/admin/manifest/diff.ts)_ ## `heroku addons:admin:manifest:generate` @@ -64,7 +95,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/v0.1.4/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/v0.1.5/src/commands/addons/admin/manifest/generate.ts)_ ## `heroku addons:admin:manifest:pull [SLUG]` @@ -87,7 +118,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/v0.1.4/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/v0.1.5/src/commands/addons/admin/manifest/pull.ts)_ ## `heroku addons:admin:manifest:push` @@ -107,7 +138,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/v0.1.3/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/v0.1.5/src/commands/addons/admin/manifest/push.ts)_ ## `heroku addons:admin:open [SLUG]` @@ -126,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/v0.1.3/src/commands/addons/admin/open.ts)_ +_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/open.ts)_ diff --git a/package.json b/package.json index 7749862..b4e9794 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": "0.1.4", + "version": "0.1.5", "author": "Aman Ibrahim @amanmibra", "bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues", "dependencies": {