secrethub / secrethub-cli

A secrets management platform that every engineer can use with minimal code changes.
https://secrethub.io
Apache License 2.0
135 stars 23 forks source link

Drop signup command in favor of web-signup #368

Closed SimonBarendse closed 3 years ago

SimonBarendse commented 3 years ago

The signup command was previously already hidden and new users are directed to the web-signup that provides a better on-boarding journey, helping users get started. The signup command was kept around to allow for a migration period.

This PR takes the deprecation of the signup command one step further and disables signups. A message is displayed referring users to the web-signup, so that even if someone still ends up on this command, they know where to go instead.