@l4yercak3/cli 1.1.10 → 1.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l4yercak3/cli",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Icing on the L4yercak3 - The sweet finishing touch for your Layer Cake integration",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -95,7 +95,7 @@ async function handleApiKeysList() {
95
95
  console.log(chalk.green(` ✅ You can create more API keys`));
96
96
  } else {
97
97
  console.log(chalk.yellow(` ⚠️ You've reached your API key limit`));
98
- console.log(chalk.gray(' Upgrade at: https://app.l4yercak3.com/settings/billing'));
98
+ console.log(chalk.gray(' Upgrade at: https://app.l4yercak3.com?openWindow=store'));
99
99
  }
100
100
  }
101
101
  console.log('');
@@ -227,8 +227,8 @@ async function handleSpread() {
227
227
  console.log(chalk.gray(` ${existingKeys.limitDescription}`));
228
228
  }
229
229
  console.log(chalk.cyan('\n To continue, either:'));
230
- console.log(chalk.gray(' • Delete an existing key at https://app.l4yercak3.com/settings/api-keys'));
231
- console.log(chalk.gray(' • Upgrade your plan at https://app.l4yercak3.com/settings/billing\n'));
230
+ console.log(chalk.gray(' • Delete an existing key at https://app.l4yercak3.com?openWindow=integrations&panel=api-keys'));
231
+ console.log(chalk.gray(' • Upgrade your plan at https://app.l4yercak3.com?openWindow=store\n'));
232
232
  process.exit(0);
233
233
  } else {
234
234
  // Generate new key (either no keys exist or can create more)
@@ -242,8 +242,8 @@ async function handleSpread() {
242
242
  console.log(chalk.gray(` ${error.suggestion}`));
243
243
  }
244
244
  console.log(chalk.cyan('\n To continue, either:'));
245
- console.log(chalk.gray(' • Delete an existing key at https://app.l4yercak3.com/settings/api-keys'));
246
- console.log(chalk.gray(' • Upgrade your plan at https://app.l4yercak3.com/settings/billing\n'));
245
+ console.log(chalk.gray(' • Delete an existing key at https://app.l4yercak3.com?openWindow=integrations&panel=api-keys'));
246
+ console.log(chalk.gray(' • Upgrade your plan at https://app.l4yercak3.com?openWindow=store\n'));
247
247
  process.exit(0);
248
248
  } else if (error.code === 'SESSION_EXPIRED') {
249
249
  console.log(chalk.red(`\n ❌ Session expired. Please run "l4yercak3 login" again.\n`));