@lanonasis/cli 1.4.2 → 1.5.1

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.
@@ -33,7 +33,7 @@ program
33
33
  .alias('memory')
34
34
  .alias('maas')
35
35
  .description(colors.info('🧠 LanOnasis Enterprise CLI - Memory as a Service, API Management & Infrastructure Orchestration'))
36
- .version('1.2.0', '-v, --version', 'display version number')
36
+ .version('1.4.2', '-v, --version', 'display version number')
37
37
  .option('-V, --verbose', 'enable verbose logging')
38
38
  .option('--api-url <url>', 'override API URL')
39
39
  .option('--output <format>', 'output format (json, table, yaml)', 'table')
@@ -85,7 +85,7 @@ process.on('unhandledRejection', (reason, promise) => {
85
85
  // Enhanced welcome message
86
86
  const showWelcome = () => {
87
87
  console.log();
88
- console.log(colors.primary('🚀 LanOnasis Enterprise CLI v1.2.0'));
88
+ console.log(colors.primary('🚀 LanOnasis Enterprise CLI v1.4.2'));
89
89
  console.log(colors.info('━'.repeat(50)));
90
90
  console.log(colors.highlight('Enterprise-grade Memory as a Service, API Management & Infrastructure Orchestration'));
91
91
  console.log();
@@ -95,7 +95,7 @@ const showWelcome = () => {
95
95
  console.log(` ${colors.success('lanonasis health')} ${colors.muted('# Check system health')}`);
96
96
  console.log(` ${colors.success('lanonasis --help')} ${colors.muted('# Show all available commands')}`);
97
97
  console.log();
98
- console.log(colors.info('📚 Documentation: https://api.lanonasis.com/docs'));
98
+ console.log(colors.info('📚 Documentation: https://docs.lanonasis.com/memory-services'));
99
99
  console.log(colors.info('🌐 Dashboard: https://api.lanonasis.com/dashboard'));
100
100
  console.log();
101
101
  };
@@ -284,7 +284,7 @@ docsCmd
284
284
  .action(async () => {
285
285
  console.log(colors.primary('📚 Documentation Status Check'));
286
286
  console.log(colors.info('━'.repeat(40)));
287
- console.log(`${colors.highlight('Docs URL:')} ${colors.success('https://api.lanonasis.com/docs')}`);
287
+ console.log(`${colors.highlight('Docs URL:')} ${colors.success('https://docs.lanonasis.com/memory-services')}`);
288
288
  console.log(`${colors.highlight('Status:')} ${colors.success('✅ Deployed')}`);
289
289
  console.log(`${colors.highlight('Framework:')} ${colors.info('VitePress')}`);
290
290
  console.log(`${colors.highlight('Hosting:')} ${colors.info('Netlify')}`);
@@ -308,7 +308,7 @@ sdkCmd
308
308
  console.log(colors.primary('🔧 SDK Status Check'));
309
309
  console.log(colors.info('━'.repeat(40)));
310
310
  console.log(`${colors.highlight('Memory Client SDK:')} ${colors.success('@lanonasis/memory-client@1.0.0')}`);
311
- console.log(`${colors.highlight('CLI Package:')} ${colors.success('@lanonasis/cli@1.2.0')}`);
311
+ console.log(`${colors.highlight('CLI Package:')} ${colors.success('@lanonasis/cli@1.4.2')}`);
312
312
  console.log(`${colors.highlight('NPM Registry:')} ${colors.success('✅ Published')}`);
313
313
  console.log(`${colors.highlight('GitHub Packages:')} ${colors.success('✅ Available')}`);
314
314
  });
@@ -371,7 +371,7 @@ deployCmd
371
371
  console.log(colors.highlight('🌐 Web Services:'));
372
372
  console.log(` Landing Page: ${colors.success('✅ api.lanonasis.com')}`);
373
373
  console.log(` Dashboard: ${colors.success('✅ api.lanonasis.com/dashboard')}`);
374
- console.log(` Documentation: ${colors.success('✅ api.lanonasis.com/docs')}`);
374
+ console.log(` Documentation: ${colors.success('✅ docs.lanonasis.com/memory-services')}`);
375
375
  console.log();
376
376
  console.log(colors.highlight('🔧 API Services:'));
377
377
  console.log(` Memory Service: ${colors.success('✅ https://api.lanonasis.com')}`);
@@ -379,7 +379,7 @@ deployCmd
379
379
  console.log(` REST API: ${colors.success('✅ All endpoints active')}`);
380
380
  console.log();
381
381
  console.log(colors.highlight('📦 Package Distribution:'));
382
- console.log(` CLI Package: ${colors.success('✅ @lanonasis/cli@1.2.0')}`);
382
+ console.log(` CLI Package: ${colors.success('✅ @lanonasis/cli@1.4.2')}`);
383
383
  console.log(` SDK Package: ${colors.success('✅ @lanonasis/memory-client@1.0.0')}`);
384
384
  console.log(` Memory Service: ${colors.success('✅ @lanonasis/memory-service@1.0.0')}`);
385
385
  console.log();
@@ -398,7 +398,7 @@ deployCmd
398
398
  const services = [
399
399
  { name: 'Landing Page', url: 'https://api.lanonasis.com', status: 'healthy' },
400
400
  { name: 'Dashboard', url: 'https://api.lanonasis.com/dashboard', status: 'healthy' },
401
- { name: 'Documentation', url: 'https://api.lanonasis.com/docs', status: 'healthy' },
401
+ { name: 'Documentation', url: 'https://docs.lanonasis.com/memory-services', status: 'healthy' },
402
402
  { name: 'Memory API', url: 'https://api.lanonasis.com/memories', status: 'healthy' },
403
403
  { name: 'MCP Server', url: 'https://api.lanonasis.com/mcp/sse', status: 'healthy' },
404
404
  { name: 'Authentication', url: 'https://api.lanonasis.com/auth', status: 'healthy' }
package/dist/index.js CHANGED
@@ -85,7 +85,7 @@ process.on('unhandledRejection', (reason, promise) => {
85
85
  // Enhanced welcome message
86
86
  const showWelcome = () => {
87
87
  console.log();
88
- console.log(colors.primary('🚀 LanOnasis Enterprise CLI v1.2.0'));
88
+ console.log(colors.primary('🚀 LanOnasis Enterprise CLI v1.4.2'));
89
89
  console.log(colors.info('━'.repeat(50)));
90
90
  console.log(colors.highlight('Enterprise-grade Memory as a Service, API Management & Infrastructure Orchestration'));
91
91
  console.log();
@@ -260,7 +260,7 @@ class LanonasisMCPServer {
260
260
  const { name, arguments: args } = request.params;
261
261
  try {
262
262
  const apiKey = process.env.LANONASIS_API_KEY;
263
- const apiUrl = process.env.LANONASIS_API_URL || 'https://api.lanonasis.com';
263
+ const apiUrl = process.env.LANONASIS_API_URL || 'https://dashboard.lanonasis.com';
264
264
  if (!apiKey) {
265
265
  return {
266
266
  content: [
@@ -39,7 +39,7 @@ export class CLIConfig {
39
39
  getApiUrl() {
40
40
  return process.env.MEMORY_API_URL ||
41
41
  this.config.apiUrl ||
42
- 'https://dashboard.lanonasis.com/api/v1';
42
+ 'https://api.lanonasis.com';
43
43
  }
44
44
  async setApiUrl(url) {
45
45
  this.config.apiUrl = url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanonasis/cli",
3
- "version": "1.4.2",
3
+ "version": "1.5.1",
4
4
  "description": "LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration",
5
5
  "main": "dist/index-simple.js",
6
6
  "bin": {