@astrale-os/cli 0.6.2-alpha.0 → 0.6.3-alpha.0
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/astrale.js +2 -2
- package/package.json +1 -1
- package/src/commands/call.ts +1 -1
package/dist/astrale.js
CHANGED
|
@@ -2576,7 +2576,7 @@ var package_default;
|
|
|
2576
2576
|
var init_package = __esm(() => {
|
|
2577
2577
|
package_default = {
|
|
2578
2578
|
name: "@astrale-os/cli",
|
|
2579
|
-
version: "0.6.
|
|
2579
|
+
version: "0.6.3-alpha.0",
|
|
2580
2580
|
description: "Astrale CLI — connect to existing Astrale kernels",
|
|
2581
2581
|
keywords: [
|
|
2582
2582
|
"astrale",
|
|
@@ -68528,7 +68528,7 @@ Examples:
|
|
|
68528
68528
|
$ astrale call /:host.astrale.ai:class.KernelInstance:list
|
|
68529
68529
|
$ astrale call /:blog.acme.com:class.Author:list limit=10
|
|
68530
68530
|
$ astrale call '@self::deactivate'
|
|
68531
|
-
$ astrale call /:shell.astrale.ai:
|
|
68531
|
+
$ astrale call /:shell.astrale.ai:function.search-domains --json
|
|
68532
68532
|
`,
|
|
68533
68533
|
arguments: [
|
|
68534
68534
|
{
|
package/package.json
CHANGED
package/src/commands/call.ts
CHANGED
|
@@ -261,7 +261,7 @@ Examples:
|
|
|
261
261
|
$ astrale call /:host.astrale.ai:class.KernelInstance:list
|
|
262
262
|
$ astrale call /:blog.acme.com:class.Author:list limit=10
|
|
263
263
|
$ astrale call '@self::deactivate'
|
|
264
|
-
$ astrale call /:shell.astrale.ai:
|
|
264
|
+
$ astrale call /:shell.astrale.ai:function.search-domains --json
|
|
265
265
|
`,
|
|
266
266
|
arguments: [
|
|
267
267
|
{
|