diff --git a/bin/langsync.exe b/bin/langsync.exe index a9b9e9a..a49e57f 100644 Binary files a/bin/langsync.exe and b/bin/langsync.exe differ diff --git a/lib/src/commands/account_command/sub_commands/info_command.dart b/lib/src/commands/account_command/sub_commands/info_command.dart index 3875e8e..1f04617 100644 --- a/lib/src/commands/account_command/sub_commands/info_command.dart +++ b/lib/src/commands/account_command/sub_commands/info_command.dart @@ -32,9 +32,10 @@ class InfoCommand extends Command { final apiKey = configBox.get('apiKey') as String?; if (apiKey == null) { - logger.info( - 'You are not authenticated, please provide an API key to authenticate, see Docs', - ); + logger + ..info( + 'You are not authenticated, please provide an API key to authenticate.') + ..docsInfo(path: '/cli-usage/auth'); return ExitCode.usage.code; } diff --git a/lib/src/version.dart b/lib/src/version.dart index eb1b756..2c37d0f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '0.8.2'; +const packageVersion = '0.8.3'; diff --git a/pubspec.yaml b/pubspec.yaml index c41d91e..dfd53ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: langsync description: A Very Good Project created by Very Good CLI. -version: 0.8.2 +version: 0.8.3 publish_to: none environment: