From 74b1f255636268a5b61601309432edeff53afcdf Mon Sep 17 00:00:00 2001 From: Zane Whitfield Date: Wed, 11 Dec 2024 09:10:00 -0800 Subject: [PATCH] v0.0.8 --- README.md | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5ecd392..2ac0298 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ DESCRIPTION opens docs for Heroku AI in your web browser ``` -_See code: [dist/commands/ai/docs.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/docs.ts)_ +_See code: [dist/commands/ai/docs.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/docs.ts)_ ## `heroku ai:models` @@ -97,7 +97,7 @@ EXAMPLES $ heroku ai:models:attach claude-3-5-sonnet-acute-41518 --source-app example-source-app --target-app example-target-app --as MY_CS35 ``` -_See code: [dist/commands/ai/models/attach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/attach.ts)_ +_See code: [dist/commands/ai/models/attach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/attach.ts)_ ## `heroku ai:models:call MODEL_RESOURCE` @@ -130,7 +130,7 @@ EXAMPLES $ heroku ai:models:call diffusion --app my-app --prompt "Generate an image of a sunset" --opts '{"quality":"hd"}' -o sunset.png ``` -_See code: [dist/commands/ai/models/call.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/call.ts)_ +_See code: [dist/commands/ai/models/call.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/call.ts)_ ## `heroku ai:models:create MODEL_NAME` @@ -159,7 +159,7 @@ EXAMPLES $ heroku ai:models:create stable-image-ultra --app example-app --as diffusion ``` -_See code: [dist/commands/ai/models/create.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/create.ts)_ +_See code: [dist/commands/ai/models/create.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/create.ts)_ ## `heroku ai:models:destroy MODEL_RESOURCE` @@ -185,7 +185,7 @@ EXAMPLES $ heroku ai:models:destroy claude-3-5-sonnet-acute-43973 ``` -_See code: [dist/commands/ai/models/destroy.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/destroy.ts)_ +_See code: [dist/commands/ai/models/destroy.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/destroy.ts)_ ## `heroku ai:models:detach MODEL_RESOURCE` @@ -209,7 +209,7 @@ EXAMPLES $ heroku ai:models:detach EXAMPLE_MODEL_ALIAS --app example-app ``` -_See code: [dist/commands/ai/models/detach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/detach.ts)_ +_See code: [dist/commands/ai/models/detach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/detach.ts)_ ## `heroku ai:models:info MODEL_RESOURCE` @@ -233,7 +233,7 @@ EXAMPLES $ heroku ai:models:info claude-3-5-sonnet-acute-04281 --app example-app ``` -_See code: [dist/commands/ai/models/info.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/info.ts)_ +_See code: [dist/commands/ai/models/info.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/info.ts)_ ## `heroku ai:models:list` @@ -253,5 +253,5 @@ EXAMPLES $ heroku ai:models:list ``` -_See code: [dist/commands/ai/models/list.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/list.ts)_ +_See code: [dist/commands/ai/models/list.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.8/dist/commands/ai/models/list.ts)_ diff --git a/package.json b/package.json index d56253e..d33140f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@heroku/plugin-ai", "description": "Heroku CLI plugin for Heroku AI add-on", - "version": "0.0.7", + "version": "0.0.8", "author": "Heroku", "bugs": "https://github.com/heroku/heroku-cli-plugin-ai/issues", "dependencies": {