heroku addons:create <service:plan>
Create a new add-on resource
Arguments
Name | Description |
---|---|
service:plan |
Options
Name | Description |
---|---|
--name <name> | Name for the add-on resource |
--as <as> | Name for the initial add-on attachment |
--confirm <confirm> | Overwrite existing config vars or existing add-on attachments |
--wait | Watch add-on creation status and exit when complete |
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |