Skip to content

Commit

Permalink
Merge pull request #48 from heroku/k80/models-create-confirm-description
Browse files Browse the repository at this point in the history
chore: update description of confirm flag in models:create
  • Loading branch information
k80bowman authored Dec 5, 2024
2 parents 3787046 + ab6d73f commit d1eaec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ FLAGS
-a, --app=<value> (required) name of the Heroku app to attach the model to
-r, --remote=<value> git remote of app to use
--as=<value> alias name for model resource
--confirm=<value> overwrite existing config vars or existing add-on attachments
--confirm=<value> overwrite existing config vars or existing add-on aliases
DESCRIPTION
provision access to an AI model
Expand Down
2 changes: 1 addition & 1 deletion src/commands/ai/models/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Create extends Command {
required: true,
}),
as: flags.string({description: 'alias name for model resource'}),
confirm: flags.string({description: 'overwrite existing config vars or existing add-on attachments'}),
confirm: flags.string({description: 'overwrite existing config vars or existing add-on aliases'}),
remote: flags.remote(),
}

Expand Down

0 comments on commit d1eaec7

Please sign in to comment.