chore(shorebird_cli): deprecate accounts upgrade command (#933)
This commit is contained in:
@@ -25,6 +25,13 @@ class UpgradeAccountCommand extends ShorebirdCommand
|
||||
|
||||
@override
|
||||
Future<int> run() async {
|
||||
final consoleLink = link(uri: Uri.parse('https://console.shorebird.dev'));
|
||||
logger.warn(
|
||||
'''
|
||||
This command is deprecated and will be removed in a future release.
|
||||
Please use $consoleLink instead.''',
|
||||
);
|
||||
|
||||
try {
|
||||
await validatePreconditions(
|
||||
checkUserIsAuthenticated: true,
|
||||
|
||||
Reference in New Issue
Block a user