【问题标题】:heroku-accounts plugin doesn't recognize `heroku accounts:set` commandheroku-accounts 插件无法识别 `heroku accounts:set` 命令
【发布时间】:2016-01-05 21:12:53
【问题描述】:

我想将 heroku 帐户分别用于工作和个人。 所以,我为它安装了heroku插件。

% heroku plugins:install git://github.com/ddollar/heroku-accounts.git
Installing git://github.com/ddollar/heroku-accounts.git... done

% heroku accounts:add personal
Uninstalling deprecated ddollar/heroku-accounts plugin...Done. Use https://github.com/heroku/heroku-accounts instead.That account already exists.

第一个命令似乎运行正常,但之后accounts:* 命令变得不可用。

% heroku accounts:set personal
 !    `accounts:set` is not a heroku command.
 !    See `heroku help` for a list of available commands.

% heroku accounts:add personal
 !    `accounts:add` is not a heroku command.
 !    See `heroku help` for a list of available commands.

我是不是做错了什么?

【问题讨论】:

    标签: ruby-on-rails heroku


    【解决方案1】:

    警告:已安装已弃用的 ddollar/heroku-accounts 插件。

    你可以使用这个版本:https://github.com/heroku/heroku-accounts

    【讨论】: