我想分别使用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.我做错了什么吗?
发布于 2016-01-05 21:12:53
警告:已安装不推荐使用的d$/heroku帐户插件。
https://stackoverflow.com/questions/34124276
复制相似问题