lingo.dev 0.109.0 → 0.109.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli.cjs +5 -5
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +5 -5
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/build/cli.cjs
CHANGED
|
@@ -1095,7 +1095,7 @@ var init_default = new (0, _interactivecommander.InteractiveCommand)().command("
|
|
|
1095
1095
|
}
|
|
1096
1096
|
} else {
|
|
1097
1097
|
_ora2.default.call(void 0, ).warn(
|
|
1098
|
-
"You are not logged in. Run `npx lingo.dev@latest
|
|
1098
|
+
"You are not logged in. Run `npx lingo.dev@latest login` to login."
|
|
1099
1099
|
);
|
|
1100
1100
|
}
|
|
1101
1101
|
} else {
|
|
@@ -8037,7 +8037,7 @@ function parseFlags(options) {
|
|
|
8037
8037
|
async function validateAuth(settings) {
|
|
8038
8038
|
if (!settings.auth.apiKey) {
|
|
8039
8039
|
throw new CLIError({
|
|
8040
|
-
message: "Not authenticated. Please run `lingo.dev
|
|
8040
|
+
message: "Not authenticated. Please run `lingo.dev login` to authenticate.",
|
|
8041
8041
|
docUrl: "authError"
|
|
8042
8042
|
});
|
|
8043
8043
|
}
|
|
@@ -8048,7 +8048,7 @@ async function validateAuth(settings) {
|
|
|
8048
8048
|
const user = await authenticator.whoami();
|
|
8049
8049
|
if (!user) {
|
|
8050
8050
|
throw new CLIError({
|
|
8051
|
-
message: "Invalid API key. Please run `lingo.dev
|
|
8051
|
+
message: "Invalid API key. Please run `lingo.dev login` to authenticate.",
|
|
8052
8052
|
docUrl: "authError"
|
|
8053
8053
|
});
|
|
8054
8054
|
}
|
|
@@ -10255,7 +10255,7 @@ var status_default = new (0, _interactivecommander.Command)().command("status").
|
|
|
10255
10255
|
ora.succeed(`Authenticated as ${auth.email}`);
|
|
10256
10256
|
} else {
|
|
10257
10257
|
ora.info(
|
|
10258
|
-
"Not authenticated. Continuing without authentication. (Run `lingo.dev
|
|
10258
|
+
"Not authenticated. Continuing without authentication. (Run `lingo.dev login` to authenticate)"
|
|
10259
10259
|
);
|
|
10260
10260
|
}
|
|
10261
10261
|
} catch (error) {
|
|
@@ -10800,7 +10800,7 @@ async function renderHero2() {
|
|
|
10800
10800
|
// package.json
|
|
10801
10801
|
var package_default = {
|
|
10802
10802
|
name: "lingo.dev",
|
|
10803
|
-
version: "0.109.
|
|
10803
|
+
version: "0.109.2",
|
|
10804
10804
|
description: "Lingo.dev CLI",
|
|
10805
10805
|
private: false,
|
|
10806
10806
|
publishConfig: {
|