@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.
- package/dist/index-simple.js +8 -8
- package/dist/index.js +1 -1
- package/dist/mcp-server.js +1 -1
- package/dist/utils/config.js +1 -1
- package/package.json +1 -1
package/dist/index-simple.js
CHANGED
|
@@ -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
|
|
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
|
|
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://
|
|
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://
|
|
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
|
|
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('✅
|
|
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
|
|
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://
|
|
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
|
|
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();
|
package/dist/mcp-server.js
CHANGED
|
@@ -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://
|
|
263
|
+
const apiUrl = process.env.LANONASIS_API_URL || 'https://dashboard.lanonasis.com';
|
|
264
264
|
if (!apiKey) {
|
|
265
265
|
return {
|
|
266
266
|
content: [
|
package/dist/utils/config.js
CHANGED
package/package.json
CHANGED