Has PageFront considered namespacing the cli commands that it is introducing? Instead of using ember claim and ember login, maybe the commands could be ember pagefront:claim and ember pagefront:login? The current approach certainly makes the commands feel like an integral part of ember-cli, but that may have drawbacks down the line.
I can see two benefits to moving to namespaced commands:
As PageFront inevitably adds more CLI commands, this would avoid naming collisions with other addons or new ember-cli core commands.
Every namespaced command reinforces the PageFront brand even though deploy is ember deploy, much like Heroku CLI commands do (heroku config..., heroku run..., etc) though Heroku's deploy flow is simply a git push.
Has PageFront considered namespacing the cli commands that it is introducing? Instead of using
ember claim
andember login
, maybe the commands could beember pagefront:claim
andember pagefront:login
? The current approach certainly makes the commands feel like an integral part of ember-cli, but that may have drawbacks down the line.I can see two benefits to moving to namespaced commands:
ember deploy
, much like Heroku CLI commands do (heroku config...
,heroku run...
, etc) though Heroku's deploy flow is simply agit push
.