All the data plugin commands are missing
The Heroku guide Connecting to a Heroku Postgres Database with Enhanced Certificates mentions three commands from the data plugin:
-
Adding Enhanced Certificates to an Existing Heroku Postgres Database:
heroku data:enhanced-certificates:enable DATABASE_URL -a example-app -
Disabling Enhanced Certificates:
heroku data:enhanced-certificates:disable DATABASE_URL -a example-app -
Displaying Enhanced Certificates Status:
heroku data:enhanced-certificates:status DATABASE -a example-app
None of these commands work for me. For example
$ heroku data:enhanced-certificates:enable postgresql-wibble-00000 --app blah-blah-production
› Warning: heroku update available from 7.63.4 to 7.64.0.
› Warning: plugins:data:enhanced-certificates:enable is not a heroku command.
Did you mean ps:autoscale:enable? [y/n]: n
› Error: Run heroku help plugins for a list of available commands.
Where are the commands listed in the Heroku guide?
(N.B. I have swapped laptops since my last issue and am now running Heroku CLI heroku/7.63.4 darwin-x64 node-v14.19.0 on 3.1 GHz Dual-Core Intel Core i7 under maOS Monterey 12.6).
I am sure that the plugin is installed:
$ heroku plugins
› Warning: heroku update available from 7.63.4 to 7.64.0.
data 0.6.1
This doesn't look like a widespread issue. I was able to install the plugin and view the commands. Please check out one of our support channels if you're still needing help like this. The team here isn't able to provide individual assistance.