reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Managed Platform Command - Auto response #41

Closed cindyfirestone closed 6 years ago

cindyfirestone commented 7 years ago

For non managed platform users, we would like to have an auto response message for any user that uses any of the following commands: register login whoami keys apps deploy env domains env keys open whoami

Message: This command requires being logged into the managed platform. Learn more: https://reactioncommerce.com/hosting

jshimko commented 7 years ago

Let me know when that link is live and I'll add it. (currently a dead end 404 page)

cindyfirestone commented 7 years ago

@jshimko The link is now live! https://reactioncommerce.com/hosting

cindyfirestone commented 6 years ago

Can you use this bit.ly link instead so we can track clicks? http://getrxn.io/reaction-platform

jshimko commented 6 years ago

This has been added for all platform commands. However, I had to add a bit of a variation because you need to account for the possibility that the user may have an account but just isn't logged in. So the updated output when you run a platform command while not logged in is:

This command requires being logged into the managed platform.

If you have an account, please log in and try this command again.
If you you don't have an account, please see the link below to learn more.

http://getrxn.io/reaction-platform
jshimko commented 6 years ago

This is all set as of v0.19.1.